country/state selector more or less working (arghhh)

This commit is contained in:
Mike Macgirvin 2010-07-09 07:02:22 -07:00
parent d733b39b2d
commit d24038d558
3 changed files with 317 additions and 319 deletions

View file

@ -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);