summaryrefslogtreecommitdiff
path: root/library/WT/Theme/Xenea.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Theme/Xenea.php')
-rw-r--r--library/WT/Theme/Xenea.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/WT/Theme/Xenea.php b/library/WT/Theme/Xenea.php
index d90de4a671..f15e4eb522 100644
--- a/library/WT/Theme/Xenea.php
+++ b/library/WT/Theme/Xenea.php
@@ -25,13 +25,13 @@ use WT_I18N;
*/
class Xenea extends BaseTheme {
/** {@inheritdoc} */
- public function cssUrl() {
+ public function assetUrl() {
return 'themes/xenea/css-1.7.0/';
}
/** {@inheritdoc} */
protected function favicon() {
- return '<link rel="icon" href="' . $this->cssUrl() . 'favicon.png" type="image/png">';
+ return '<link rel="icon" href="' . $this->assetUrl() . 'favicon.png" type="image/png">';
}
/** {@inheritdoc} */
@@ -97,7 +97,7 @@ class Xenea extends BaseTheme {
protected function stylesheets() {
return array(
'themes/xenea/jquery-ui-1.11.2/jquery-ui.css',
- $this->cssUrl() . 'style.css',
+ $this->assetUrl() . 'style.css',
);
}