diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 04:37:21 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 04:37:21 +0000 |
| commit | b22494a4eac2fdc7882000f6871d683b4090dc35 (patch) | |
| tree | 607c912bde3f990a8105d7b16e1b4cb4dccd059b /themes | |
| parent | fe602433a85e7e963c9ded4128e62d1800867f6e (diff) | |
Move the in-place-edit JS into the page_footer callback and out of
Theme.php.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/page.html.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 2fcd0aed..de0eff93 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -50,8 +50,5 @@ </div> </div> <?= $theme->page_bottom() ?> - <? if ($user): ?> - <?= $theme->in_place_edit(); ?> - <? endif; ?> </body> </html> |
