diff options
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">'); } ?> |