summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
commit38325ad6d181b276ecf851062be8cda1e58105b7 (patch)
tree48a9f542e40dbba350d7625ae40d893315606824 /index.php
parent0a3fd79b0e0ae42d7203114d62bf266c97550555 (diff)
remove tt-rss tabcontrol
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/index.php b/index.php
index 0d0646c79..6ddf5de6e 100644
--- a/index.php
+++ b/index.php
@@ -153,9 +153,7 @@
</div>
<div dojoType="dijit.layout.BorderContainer" region="center" id="header-wrap" gutters="false">
-<div dojoType="dijit.layout.TabContainer" region="center" id="content-tabs">
-<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap"
- title="<?php echo __("News") ?>">
+<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap">
<div id="toolbar" dojoType="dijit.layout.ContentPane" region="top">
<div id="main-toolbar" dojoType="dijit.Toolbar">
@@ -249,7 +247,6 @@
</div>
</div>
</div>
-</div>
<?php db_close($link); ?>