diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 17:48:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 17:48:35 -0300 |
commit | 8eafc9269cba786080626f843879624c2a70d42d (patch) | |
tree | 80a70c9888bcadeccef3121f293203724cf03162 /page.tpl.php | |
parent | 9438279fd24e0309abd1f78a9442b149f7bd6bef (diff) | |
download | nuvemdario-8eafc9269cba786080626f843879624c2a70d42d.tar.gz nuvemdario-8eafc9269cba786080626f843879624c2a70d42d.tar.bz2 |
Forking to nuvemdario theme
Diffstat (limited to 'page.tpl.php')
-rw-r--r-- | page.tpl.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/page.tpl.php b/page.tpl.php index b1e77fa..02f8d64 100644 --- a/page.tpl.php +++ b/page.tpl.php @@ -95,7 +95,7 @@ <div class="b2-post-body"> <div class="b2-post-inner b2-article"> <div class="b2-postcontent"> -<?php { echo $breadcrumb; } ?> +<?php // { echo $breadcrumb; } ?> </div> <div class="cleared"></div> @@ -230,7 +230,7 @@ echo art_get_sidebar($art_sidebar_right, $vnavigation_right, 'b2-sidebar2'); ?> } else { ob_start(); ?> -<p>Copyright © 2011. All Rights Reserved.</p> +<!--<p>Copyleft © 2012. All Rights Reversed.</p>--> <?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); @@ -250,4 +250,4 @@ echo art_get_sidebar($art_sidebar_right, $vnavigation_right, 'b2-sidebar2'); ?> </div> -<?php $view->print_closure($vars); ?>
\ No newline at end of file +<?php $view->print_closure($vars); ?> |