diff options
author | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
commit | 93ae6ee97b5afccee2cc37e9ce400c7da43dec47 (patch) | |
tree | 624ed4f807542c4c60a043bc6a51f6a1e16b1ac0 /view/theme/diabook/theme.php | |
parent | 774c51cc19c2e1fd135a7f692dd53bfb3a4d0ed3 (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.gz volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.bz2 volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 607414f17..15c0794fa 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -3,7 +3,7 @@ /* * Name: Diabook * Description: Diabook: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu - * Version: (Version: 1.026) + * Version: (Version: 1.027) * Author: */ @@ -13,7 +13,7 @@ $a = get_app(); function diabook_init(&$a) { //print diabook-version for debugging -$diabook_version = "Diabook (Version: 1.026)"; +$diabook_version = "Diabook (Version: 1.027)"; $a->page['htmlhead'] .= sprintf('<META NAME="theme" CONTENT="%s"/>', $diabook_version); //change css on network and profilepages @@ -401,7 +401,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; // custom css if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile); - + //footer $tpl = get_markup_template('footer.tpl'); $a->page['footer'] .= replace_macros($tpl, array()); @@ -568,7 +568,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; if($close_pages != "1") { if(local_user()) { $page = ' - <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="close"></a></h3> + <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="'.t("Settings").'"></a></h3> <div id=""><ul style="margin-left: 7px;margin-top: 0px;padding-left: 0px;padding-top: 0px;">'; $pagelist = array(); |