mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 02:46:19 -04:00
Rename $theme->url() to $theme->theme_url() for consistency wiht
$theme->theme_script().
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
media="screen,projection" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= url::file("themes/default/css/screen.css") ?>"
|
||||
media="screen,projection" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>"
|
||||
<link rel="stylesheet" type="text/css" href="<?= $theme->theme_url("css/screen.css") ?>"
|
||||
media="screen,projection" />
|
||||
<!--[if IE]>
|
||||
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
|
||||
<link rel="stylesheet" type="text/css" href="<?= $theme->theme_url("css/fix-ie.css") ?>"
|
||||
media="screen,print,projection" />
|
||||
<![endif]-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user