Fatal error: Cannot access protected property ContentViewArticle::$params in /home/toki/public_html/templates/okul/functions.php on line 152
if ($criteria === null)
$criteria = $page->params->def('show_page_title', 1);
return $criteria
? ('<span class="componentheading' . $page->params->get('pageclass_sfx') . '">' 152.satır
. $page->escape($page->params->get($key === null ? 'page_title' : $key)) . '</span>')
: '';
}
joomlaya yeni başladım yukardaki fatal error hatasını verdi aşağıdada 152. satır ve önceki bir parçayı koydum nasıl çözebilirim bu sorunu?...
if ($criteria === null)
$criteria = $page->params->def('show_page_title', 1);
return $criteria
? ('<span class="componentheading' . $page->params->get('pageclass_sfx') . '">' 152.satır
. $page->escape($page->params->get($key === null ? 'page_title' : $key)) . '</span>')
: '';
}
joomlaya yeni başladım yukardaki fatal error hatasını verdi aşağıdada 152. satır ve önceki bir parçayı koydum nasıl çözebilirim bu sorunu?...