diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-03-31 05:14:40 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-03-31 05:14:40 +0000 |
commit | a57d0d93a8c741e64ac18bbb36aad4164569f266 (patch) | |
tree | ada30e528c19bbe80d3097d3437846a479f7d4a5 /core/libraries | |
parent | 9f04fef3e046d7b4778ddf449589c9b1a3a67857 (diff) |
Add quick edit pane to resize images, ticket #189
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Theme_View.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index bcd1604f..e28df958 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -176,6 +176,8 @@ class Theme_View_Core extends View { case "photo_blocks": case "photo_bottom": case "photo_top": + case "resize_bottom": + case "resize_top": case "sidebar_blocks": case "sidebar_bottom": case "sidebar_top": |