mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02:00
country/state selector more or less working (arghhh)
This commit is contained in:
parent
d733b39b2d
commit
d24038d558
3 changed files with 317 additions and 319 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue