added contact footer on home V2
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<!-- start article.node -->
|
||||
<article class="<?php print $classes; ?>">
|
||||
|
||||
<?php if ($page == 0): ?>
|
||||
<?php if ($page == 0 && $title !== ""): ?>
|
||||
<a href="<?php print $node_url?>"><h1 class="nodetitle"><?php print $title?></h1></a>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<section class="content">
|
||||
<?php
|
||||
hide($content['comments']);
|
||||
@@ -12,7 +12,7 @@
|
||||
print render($content);
|
||||
?>
|
||||
</section>
|
||||
|
||||
|
||||
<?php //if ($submitted): ?>
|
||||
<!-- <aside class="submitted"> -->
|
||||
<?php //print $submitted?>
|
||||
@@ -24,6 +24,6 @@
|
||||
<?php print $links; ?>
|
||||
</nav>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
</article>
|
||||
<!-- end article.node -->
|
||||
|
Reference in New Issue
Block a user