Commit e62c7057 by pupi1985

Removed an unnecessary theme check

parent 49e086ad
......@@ -50,15 +50,7 @@ class qa_html_theme extends qa_html_theme_base
$this->img_url = 'images/';
$this->icon_url = $this->img_url . 'icons/';
/**
* Below condition only loads the require class if Q2A set
* the Snow theme as site theme.
* If you change the theme name from `Snow` to anything, make sure to
* change in below condition
*/
if (qa_opt('site_theme') === 'SnowFlat') {
require_once('inc/qam-snow-theme.php');
}
require_once('inc/qam-snow-theme.php');
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment