summaryrefslogtreecommitdiff
path: root/library/WT/Theme/Clouds.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Theme/Clouds.php')
-rw-r--r--library/WT/Theme/Clouds.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/WT/Theme/Clouds.php b/library/WT/Theme/Clouds.php
index 26c0920b03..f6dc84649d 100644
--- a/library/WT/Theme/Clouds.php
+++ b/library/WT/Theme/Clouds.php
@@ -27,13 +27,13 @@ use WT_Menu;
*/
class Clouds extends BaseTheme {
/** {@inheritdoc} */
- public function cssUrl() {
+ public function assetUrl() {
return 'themes/clouds/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} */
@@ -119,7 +119,7 @@ class Clouds extends BaseTheme {
protected function stylesheets() {
return array(
'themes/clouds/jquery-ui-1.11.2/jquery-ui.css',
- $this->cssUrl() . 'style.css',
+ $this->assetUrl() . 'style.css',
);
}