diff options
author | Robin <robin@Amaya.(none)> | 2010-04-11 22:49:24 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-11 22:49:24 +0200 |
commit | 2e39fba305bccff05b715f8ee2aaee9d1525185d (patch) | |
tree | 48bcc575e5b0e3b2939edda705558cf3f2891878 /inc/templates/header.php | |
parent | e8307187574380c12b8ca5f932185ca576074c68 (diff) | |
download | nextcloud-server-2e39fba305bccff05b715f8ee2aaee9d1525185d.tar.gz nextcloud-server-2e39fba305bccff05b715f8ee2aaee9d1525185d.zip |
visual changes WIP
Diffstat (limited to 'inc/templates/header.php')
-rwxr-xr-x | inc/templates/header.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php index 1f194da797f..755eba26e44 100755 --- a/inc/templates/header.php +++ b/inc/templates/header.php @@ -22,6 +22,8 @@ foreach(OC_UTIL::$scripts as $script){ </script> </head> <body onload='OC_onload.run()'> +<table id='mainlayout' cellpadding='0' cellspacing='0'> +<tr class='head'><td class='head'> <?php echo('<h1><a id="owncloud-logo" href="'.$WEBROOT.'"><span>ownCloud</span></a></h1>'); @@ -53,6 +55,7 @@ echo('<h1><a id="owncloud-logo" href="'.$WEBROOT.'"><span>ownCloud</span></a></h echo('<div id="nav" class="center">'); OC_UTIL::shownavigation(); echo('</div>'); + echo('</td></tr><tr class="body"><td class="body">'); } ?> |