summaryrefslogtreecommitdiff
path: root/page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'page.tpl.php')
-rw-r--r--page.tpl.php6
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); ?>