From b22494a4eac2fdc7882000f6871d683b4090dc35 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 25 Nov 2008 04:37:21 +0000 Subject: Move the in-place-edit JS into the page_footer callback and out of Theme.php. --- core/helpers/core_block.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 core/helpers/core_block.php (limited to 'core/helpers') diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php new file mode 100644 index 00000000..469dcf86 --- /dev/null +++ b/core/helpers/core_block.php @@ -0,0 +1,28 @@ +get("user", false)) { + return new View("in_place_edit.html"); + } + } +} \ No newline at end of file -- cgit v1.2.3