Page 1 of 1

deactivating subtitle aswell when title is set as hidden

Posted: Tue 10. Aug 2004, 12:32
by Plauderer
Hi,

i think that when you check the checkbox for hiding the title that the subtitle should be hidden aswell. So i edited row 137 in the file content.article.inc.php from

Code: Select all

if($row["article_subtitle"])
to

Code: Select all

if($row["article_subtitle"] && !$row["article_notitle"])
i think that this could be implemented in furture vesrions of phpwcms. What do you think?

Plauderer