diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 1 |
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); |