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
committerTim Almdal <tnalmdal@shaw.ca>2009-10-27 07:37:04 -0700
commit02b6366dd2be9d9834eb1a4358960bb6ac6c662b (patch)
tree381e8e28be25dff2988cc27bd7fccb6e742b0901 /modules/gallery/helpers/gallery_theme.php
parent6ce8733efcb7392a8e653aa6538ea2e2f8ea4fbf (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 49a458b7..3fcaca67 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>";