mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Theme options and fixes. Load Theme JS in the footer by default. New blockquote alt. style added to TinyMce. Updated news shortcodes. Option to hide search form from results page.
This commit is contained in:
@@ -218,7 +218,7 @@ class e_search
|
||||
|
||||
if(e_DEBUG)
|
||||
{
|
||||
echo e107::getMessage()->addDebug("Using MYSQL Sort Method")->render();
|
||||
e107::getDebug()->log("Using MYSQL Sort Method");
|
||||
}
|
||||
|
||||
$this -> query = str_replace('"', '"', $this -> query);
|
||||
|
Reference in New Issue
Block a user