renamed style.css for the upload ext to avoid autoloading
This commit is contained in:
parent
8ba22d8fbc
commit
79b4adf1d1
2 changed files with 3 additions and 2 deletions
|
@ -10,9 +10,10 @@ class UploadTheme extends Themelet {
|
|||
}
|
||||
|
||||
public function display_page(Page $page) {
|
||||
global $config;
|
||||
$tl_enabled = ($config->get_string("transload_engine", "none") != "none");
|
||||
global $config, $page;
|
||||
$page->add_html_header("<link rel='stylesheet' href='".get_base_href()."/ext/upload/_style.css' type='text/css'>");
|
||||
|
||||
$tl_enabled = ($config->get_string("transload_engine", "none") != "none");
|
||||
// Uploader 2.0!
|
||||
$upload_list = "";
|
||||
for($i=0; $i<$config->get_int('upload_count'); $i++)
|
||||
|
|
Reference in a new issue