deactivating subtitle aswell when title is set as hidden

Use GitHub to post feature requests for phpwcms.
Locked
Plauderer
Posts: 26
Joined: Tue 3. Aug 2004, 13:26

deactivating subtitle aswell when title is set as hidden

Post 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
Locked