summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-26 23:08:05 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-26 23:08:05 -0600
commit3e80851162f924e77d9e1a67e826525a7094fa33 (patch)
tree21432306192962aaa09ecf1194b1cd3100a50ce8 /modules/gallery/helpers/gallery_theme.php
parent3aedd95341450e3bc4f9040c76d5616ad5e54c05 (diff)
Switch instances of first to g-first.
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r--modules/gallery/helpers/gallery_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index 05b8f59a..8d6c7534 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -102,7 +102,7 @@ class gallery_theme_Core {
}
static function credits() {
- return "<li class=\"first\">" .
+ return "<li class=\"g-first\">" .
t(module::get_var("gallery", "credits"),
array("url" => "http://gallery.menalto.com", "version" => gallery::VERSION)) .
"</li>";