mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
75990902ae
commit
dcd19e54a9
3 changed files with 4 additions and 12 deletions
|
@ -1442,9 +1442,7 @@ function setup_style()
|
|||
|
||||
require TEMPLATES_DIR . '/' . $tpl_dir_name . '/tpl_config.php';
|
||||
|
||||
$theme = array('template_name' => $tpl_dir_name);
|
||||
|
||||
return $theme;
|
||||
return array('template_name' => $tpl_dir_name);
|
||||
}
|
||||
|
||||
// Create date / time with format and friendly date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue