diff options
author | rub <rub@piwigo.org> | 2008-10-11 20:38:33 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-11 20:38:33 +0000 |
commit | 320d2a88ea6883b23923cd8592db3875d850a105 (patch) | |
tree | 73fc339e1e72d089a035d0cc387243ed7e7f9f15 /template/yoga/picture.tpl | |
parent | 933b820e0799e413ab680eba1753cec506108b1e (diff) |
jQuery autosize:
Prepare public section in order to use autosize on version after butterfly
Merge trunk 2720:2721 into branch 2.0
git-svn-id: http://piwigo.org/svn/branches/2.0@2723 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index a2579355c..6b5468fff 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -1,4 +1,10 @@ {* $Id$ *} + +{* Example of resizeable *} +{* +{include file='include/autosize.inc.tpl'} +*} + {if isset($errors)} <div class="errors"> <ul> |