From: Cash Costello Date: Sun, 7 Jun 2009 01:57:07 +0000 (+0000) Subject: moved highest rated images in the submenu X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71158a9840832aefde1c725b4adc56133dc30dfe;p=lorea%2Felgg.git moved highest rated images in the submenu --- diff --git a/languages/en.php b/languages/en.php index 1b760e7a7..8adcd7577 100644 --- a/languages/en.php +++ b/languages/en.php @@ -36,7 +36,7 @@ 'tidypics:yourmostrecent' => 'Your most recent images', 'tidypics:friendmostviewed' => "%s's most viewed images", 'tidypics:friendmostrecent' => "%s's most recent images", - 'tidypics:highestrated' => "Highest Rated Images", + 'tidypics:highestrated' => "Highest rated images", //settings 'tidypics:adminsettings' => 'Tidypics Settings', diff --git a/views/default/object/album.php b/views/default/object/album.php index acceaac91..81266e0fd 100644 --- a/views/default/object/album.php +++ b/views/default/object/album.php @@ -61,7 +61,8 @@ $page = get_input("page"); list($album_placeholder, $album_id, $album_title) = split("/", $page); add_submenu_item( elgg_echo("tidypics:highestrated"), - $CONFIG->wwwroot . "pg/photos/highestrated/group:" . $album_id); + $CONFIG->wwwroot . "pg/photos/highestrated/group:" . $album_id, + 'photos'); ?>