From 02b6366dd2be9d9834eb1a4358960bb6ac6c662b 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 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 "
  • " . + 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 ae709c7c..0e0d9039 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -1,13 +1,13 @@