1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Bugtracker #5086 - missing global

This commit is contained in:
e107steved
2010-09-28 19:29:03 +00:00
parent b446e193af
commit 654a3f5858

View File

@@ -1,5 +1,7 @@
// $Id$
global $THEMES_DIRECTORY;
$css = file_get_contents(THEME."style.css");
$search = array("url(images","url('images");
$replace[0] = "url(".SITEURL.$THEMES_DIRECTORY.$pref['sitetheme']."/images";