Skip to content

Commit

Permalink
Error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanramosnet committed Feb 21, 2012
1 parent 0889ff0 commit 95b5b88
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,56 +89,4 @@
</script>
</body>
</html>

<div id="container" class="container">
<header>
<hr class="space" />
<h1 class="joomla-header span-16 append-1"><?php echo $app->getCfg('sitename'); ?></h1>
<?php if($this->countModules('h5bp-search')) : ?>
<div class="joomla-search span-7 last">
<jdoc:include type="modules" name="h5bp-search" style="none" />
</div>
<?php endif; ?>

</header>
<?php if($this->countModules('h5bp-topmenu')) : ?>
<nav class="span-24">
<jdoc:include type="modules" name="h5bp-topmenu" style="container" />
</nav>
<?php endif; ?>

<div id="main" role="main" class="span-16 append-1">
<?php if($this->countModules('h5bp-topquote')) : ?>
<jdoc:include type="modules" name="h5bp-topquote" style="none" />
<?php endif; ?>
<jdoc:include type="message" />
<jdoc:include type="component" />
<hr />
<?php if($this->countModules('h5bp-bottomleft')) : ?>
<div class="span-7 colborder">
<jdoc:include type="modules" name="h5bp-bottomleft" style="bottommodule" />
</div>
<?php endif; ?>

<?php if($this->countModules('h5bp-bottommiddle')) : ?>
<div class="span-7 last">
<jdoc:include type="modules" name="h5bp-bottommiddle" style="bottommodule" />
</div>
<?php endif; ?>
</div>

<?php if($this->countModules('h5bp-sidebar')) : ?>
<aside class="span-7 last">
<jdoc:include type="modules" name="h5bp-sidebar" style="sidebar" />
</aside>
<?php endif; ?>

<footer class="joomla-footer span-16 append-1">
<hr />
&copy;<?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
</footer>
</div> <!--! end of #container -->

<jdoc:include type="modules" name="debug" />


0 comments on commit 95b5b88

Please sign in to comment.