summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.php
diff options
context:
space:
mode:
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\">";
}
}