summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-04 19:54:38 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-04 19:54:38 +0000
commit99804a34b2440589e91d5fe06f8b39b44d6561f2 (patch)
tree8bf9614dacf2860709bf1a1e71e58fad6d490f33 /core/helpers/core_block.php
parent63302ad49c6a5a956b396978ba45d74ea9891cd5 (diff)
Rename:
gQuickEdit to gQuick quick_edit -> quick
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r--core/helpers/core_block.php6
1 files changed, 3 insertions, 3 deletions
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 .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"" .
- url::file("core/css/quickedit.css") . "\" />";
- $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 "<div class=\"gQuickEdit\" quickedit_link=\"$edit_link\">";
+ return "<div class=\"gQuick\" quick_link=\"$edit_link\">";
}
}