aboutsummaryrefslogtreecommitdiffstats
path: root/include/comanche.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/comanche.php')
-rw-r--r--include/comanche.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/comanche.php b/include/comanche.php
index fad499649..65f64be5c 100644
--- a/include/comanche.php
+++ b/include/comanche.php
@@ -170,15 +170,10 @@ function comanche_block($s, $class = '') {
if($r) {
$o .= (($var['wrap'] == 'none') ? '' : '<div class="' . $class . '">');
- if($r[0]['title'] && trim($r[0]['title']) != '$content') {
+ if($r[0]['title'] && trim($r[0]['body']) != '$content') {
$o .= '<h3>' . $r[0]['title'] . '</h3>';
}
- if($r[0]['title'] && trim($r[0]['title']) === '$content' && get_app()->data['webpage'][0]['title']) {
- $o .= '<h3>' . get_app()->page['title'] . '</h3>';
- }
-
-
if(trim($r[0]['body']) === '$content') {
$o .= get_app()->page['content'];
}