diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-11-27 11:25:51 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-11-27 11:25:51 -0500 |
commit | 1a0dc490987db6fd6b44a892f314773a436cea9b (patch) | |
tree | bcf0050b68ebb1d887304fa2f164b8c3389373ce | |
parent | fb312a9de9f593db904570e505fba659d00fe4fe (diff) |
better link
darcs-hash:20081127162551-5ed1f-7ccfe9c5d84149c5d5aa507e70d555003c200b39.gz
-rw-r--r-- | lib/gallery.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gallery.php b/lib/gallery.php index 4939a1868..f55d36176 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -255,10 +255,11 @@ class GalleryAction extends Action { common_element('a', array('href' => $url), _('Icons')); common_element_end('li'); - break; + break; default: common_element_start('li', array('class'=>'child_1')); $url_args = array('nickname' => $profile->nickname, + 'display' => 'list', 'page' => 1 + floor((($page - 1) * AVATARS_PER_PAGE) / PROFILES_PER_PAGE)); if ($tag) { $url_args['tag'] = $tag; |