]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Frost-mobile: media query in css for tablets
[friendica.git] / mod / profiles.php
index 61f525e0fa29e8850d292cff625de922dfb09beb..975a8c21273278677be43fbe812959f5bd0f0ebb 100644 (file)
@@ -546,6 +546,10 @@ function profiles_content(&$a) {
                        '$baseurl' => $a->get_baseurl(true),
                        '$editselect' => $editselect,
                ));
+               $a->page['end'] .= replace_macros(get_markup_template('profed_end.tpl'), array(
+                       '$baseurl' => $a->get_baseurl(true),
+                       '$editselect' => $editselect,
+               ));
 
 
                $opt_tpl = get_markup_template("profile-hide-friends.tpl");
@@ -557,9 +561,6 @@ function profiles_content(&$a) {
                        '$no_selected' => (($r[0]['hide-friends'] == 0) ? " checked=\"checked\" " : "")
                ));
 
-               $a->page['htmlhead'] .= "<script type=\"text/javascript\" src=\"js/country.js\" ></script>";
-
-