diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-12 21:17:29 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-12 21:17:29 +0200 |
commit | 8c24f8d84c338de8320596c5a9b8da72c2541080 (patch) | |
tree | 304af41ab28375dde5cd21aadaa7ed7d76a4f14e /tpl/general/top.php | |
parent | fac8f09c3bf40aaea5513c696af562cd9f728ea6 (diff) | |
download | Bits-8c24f8d84c338de8320596c5a9b8da72c2541080.tar.gz Bits-8c24f8d84c338de8320596c5a9b8da72c2541080.zip |
Small presentation changes.
Diffstat (limited to 'tpl/general/top.php')
-rw-r--r-- | tpl/general/top.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/general/top.php b/tpl/general/top.php index 2eb0862..2e73057 100644 --- a/tpl/general/top.php +++ b/tpl/general/top.php @@ -18,6 +18,7 @@ global $user, $apps; //These might be hidden because this page is called from sq </head> <body<?php if (isset($onload_js)) echo ' onload="' . $onload_js . '"'; ?>> + <div class="menu"> <div class="right"> <?php @@ -47,6 +48,7 @@ if ($user['id'] != 0) { <div style="clear: both;"></div> </div> + <div class="contents-right"> <h1><?php echo $title; ?></h1> |