From 3e80851162f924e77d9e1a67e826525a7094fa33 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 26 Oct 2009 23:08:05 -0600 Subject: Switch instances of first to g-first. --- modules/gallery/helpers/gallery_theme.php | 2 +- modules/gallery/views/login.html.php | 4 ++-- modules/organize/css/organize.css | 2 +- modules/organize/views/organize_dialog.html.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') 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 "
  • " . + return "
  • " . t(module::get_var("gallery", "credits"), array("url" => "http://gallery.menalto.com", "version" => gallery::VERSION)) . "
  • "; diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php index 3b327e31..8c915ce5 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -1,13 +1,13 @@