From 99804a34b2440589e91d5fe06f8b39b44d6561f2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 4 Jan 2009 19:54:38 +0000 Subject: Rename: gQuickEdit to gQuick quick_edit -> quick --- core/helpers/core_block.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index 8ce0c8ca..0976c37a 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -27,8 +27,8 @@ class core_block_Core { } if ($theme->page_type == "album" && access::can("edit", $theme->item())) { $buf .= ""; - $buf .= html::script("core/js/quickedit.js"); + url::file("core/css/quick.css") . "\" />"; + $buf .= html::script("core/js/quick.js"); } return $buf; } @@ -36,7 +36,7 @@ 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 "
"; + return "
"; } } -- cgit v1.2.3