From: Penny Leach Date: Mon, 7 Apr 2008 22:54:44 +0000 (+1200) Subject: site link on gallery view page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4c5238445a1b04305b5fd9cdf3e7a0b3ccd85ca;p=s9y.git site link on gallery view page --- diff --git a/gallery/view.php b/gallery/view.php index 647a3e1..eb8605b 100644 --- a/gallery/view.php +++ b/gallery/view.php @@ -28,7 +28,7 @@ if (file_exists(SGN_DIR_ROOT.$file)) { if ($prev = has_prev_image($file)) { echo 'prev | '; } - echo 'dir'; + echo 'dir | site'; if ($next = has_next_image($file)) { echo ' | next '; } @@ -36,4 +36,4 @@ if (file_exists(SGN_DIR_ROOT.$file)) { } ?> - \ No newline at end of file +