aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-09 07:02:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-09 07:02:22 -0700
commitd24038d5582bd7ae80a784b23f89df9114cd73e8 (patch)
tree13ac658466b3ff3e1284aed72310479f976f0e5d /mod/profiles.php
parentd733b39b2db3c92db1d9c28b9b07c74a9d23fa65 (diff)
downloadvolse-hubzilla-d24038d5582bd7ae80a784b23f89df9114cd73e8.tar.gz
volse-hubzilla-d24038d5582bd7ae80a784b23f89df9114cd73e8.tar.bz2
volse-hubzilla-d24038d5582bd7ae80a784b23f89df9114cd73e8.zip
country/state selector more or less working (arghhh)
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index c6060c8c2..e2cb02184 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -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);