diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-07 02:49:44 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-07 02:49:44 +0200 |
commit | e417f083b53c5759346bcfcc451b0d89696788aa (patch) | |
tree | a761bd71db6dd30350ec9b09a407dda71941d7d5 /view/theme/diabook/theme.php | |
parent | 3d0a0b6abfcb2e2fcb28a0b415d026c25de260d5 (diff) | |
download | volse-hubzilla-e417f083b53c5759346bcfcc451b0d89696788aa.tar.gz volse-hubzilla-e417f083b53c5759346bcfcc451b0d89696788aa.tar.bz2 volse-hubzilla-e417f083b53c5759346bcfcc451b0d89696788aa.zip |
diabook-theme: small fix
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index dc9800343..a6b58e103 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -564,7 +564,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; if($_COOKIE['close_pages'] != "1") { if(local_user()) { $page = ' - <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="close_pages_icon" onClick="close_pages()" class="icon close_box" title="close"></a></h3></div> + <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="close_pages_icon" onClick="close_pages()" class="icon close_box" title="close"></a></h3> <div id=""><ul style="margin-left: 7px;margin-top: 0px;padding-left: 0px;padding-top: 0px;">'; $pagelist = array(); |