Skip to content
Snippets Groups Projects
Commit 4de70090 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

removed gratuitous main div

parent 90726b10
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@
</ul>
</div>
<div id="main">
<div id="navigation">
<ul>
<?php foreach($_['settingsnavigation'] as $entry):?>
......@@ -66,6 +65,5 @@
<div id="content">
<?php echo $_['content']; ?>
</div>
</div>
</body>
</html>
......@@ -37,7 +37,6 @@
</ul>
</div>
<div id="main">
<div id="navigation">
<ul>
<?php foreach($_['navigation'] as $entry): ?>
......@@ -56,6 +55,5 @@
<div id="content">
<?php echo $_['content']; ?>
</div>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment