1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Extra Debug information added.

This commit is contained in:
Cameron
2019-06-15 09:50:36 -07:00
parent c4d2752477
commit 2d82a15282

View File

@@ -1471,6 +1471,7 @@ class news_front
if(isset($this->pref['news_unstemplate']) && $this->pref['news_unstemplate'] && file_exists(THEME."news_template.php"))
{
// theme specific template required ...
$this->addDebug("Template Mode",'News Preferences: Non-standard Template (Legacy)');
$ALTERNATECLASSES = null;
$NEWSCLAYOUT = null;