From 7482b6683eb0cabb9841f839a474d25b4257fc91 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 5 Jan 2009 08:05:50 +0000 Subject: Add "quick edit" which lets you edit a photo's details from the albums page. --- core/helpers/core_block.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers/core_block.php') diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index 0976c37a..f4224190 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -35,8 +35,8 @@ class core_block_Core { public static function thumb_top($theme, $child) { if ($child->type == "photo" && access::can("edit", $child)) { - $edit_link = url::site("quick/edit/$child->id"); - return "
"; + $edit_link = url::site("quick/pane/$child->id"); + return "
"; } } -- cgit v1.2.3