From c4c5238445a1b04305b5fd9cdf3e7a0b3ccd85ca Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 8 Apr 2008 10:54:44 +1200 Subject: [PATCH] site link on gallery view page --- gallery/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + -- 2.39.5