summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/slideshow/helpers')
-rw-r--r--modules/slideshow/helpers/slideshow_event.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/slideshow/helpers/slideshow_event.php b/modules/slideshow/helpers/slideshow_event.php
index ce26b189..0afe8126 100644
--- a/modules/slideshow/helpers/slideshow_event.php
+++ b/modules/slideshow/helpers/slideshow_event.php
@@ -39,7 +39,7 @@ class slideshow_event_Core {
->label(t("View slideshow"))
->url("javascript:PicLensLite.start(" .
"{maxScale:0,feedUrl:'" . self::_feed_url($theme) . "'})")
- ->css_id("gSlideshowLink"));
+ ->css_id("g-slideshow-link"));
}
}
@@ -49,7 +49,7 @@ class slideshow_event_Core {
->label(t("View slideshow"))
->url("javascript:PicLensLite.start(" .
"{maxScale:0,feedUrl:'" . self::_feed_url($theme) . "'})")
- ->css_id("gSlideshowLink"));
+ ->css_id("g-slideshow-link"));
}
static function tag_menu($menu, $theme) {
@@ -58,7 +58,7 @@ class slideshow_event_Core {
->label(t("View slideshow"))
->url("javascript:PicLensLite.start(" .
"{maxScale:0,feedUrl:'" . self::_feed_url($theme) . "'})")
- ->css_id("gSlideshowLink"));
+ ->css_id("g-slideshow-link"));
}
private static function _feed_url($theme) {