1
1
複製 0

country/state selector more or less working (arghhh)

This commit is contained in:
Mike Macgirvin 2010-07-09 07:02:22 -07:00
父節點 d733b39b2d
當前提交 d24038d558
共有 3 個文件被更改,包括 317 次插入319 次删除

查看文件

@ -156,6 +156,7 @@ function profiles_content(&$a) {
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));
$a->page['htmlhead'] .= "<script type=\"text/javascript\" src=\"include/country.js\" ></script>";
// $a->page['aside'] = file_get_contents('view/sidenote.tpl');
$is_default = (($r[0]['is-default']) ? 1 : 0);