this wasn't used either
git-svn-id: file:///home/shish/svn/shimmie2/trunk@992 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
e2d84517fa
commit
a72fb78ee0
@ -179,8 +179,6 @@ function _count_execs($db, $sql, $inputarray) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_theme_object($file, $class) {
|
function get_theme_object($file, $class) {
|
||||||
global $config;
|
|
||||||
$theme = $config->get_string("theme", "default");
|
|
||||||
if(class_exists("Custom$class")) {
|
if(class_exists("Custom$class")) {
|
||||||
$class = "Custom$class";
|
$class = "Custom$class";
|
||||||
return new $class();
|
return new $class();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user