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