From 2d82a152829fe995368ef98e83523cd8bda77029 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 15 Jun 2019 09:50:36 -0700 Subject: [PATCH] Extra Debug information added. --- e107_plugins/news/news.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 26ddb4fa9..58eeefbb6 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -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;