1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

fixed #17 theme preview doesn't load theme CSS

This commit is contained in:
SecretR 2012-11-28 13:51:48 +02:00
parent 6825d5a040
commit 65d3df0750

View File

@ -223,8 +223,8 @@ if(defined("PREVIEWTHEME"))
{
// XXX - can be PREVIEWTHEME done in a better way than this?
//echo "<link rel='stylesheet' href='".PREVIEWTHEME."style.css' type='text/css' />\n";
$e_js->otherCSS(PREVIEWTHEME);
//var_dump(PREVIEWTHEMENAME);
$e_js->otherCSS(PREVIEWTHEME.'style.css');
}
else
{