deactivating subtitle aswell when title is set as hidden
Posted: Tue 10. Aug 2004, 12:32
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
to
i think that this could be implemented in furture vesrions of phpwcms. What do you think?
Plauderer
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"])
Code: Select all
if($row["article_subtitle"] && !$row["article_notitle"])
Plauderer