summaryrefslogtreecommitdiff
path: root/templates/edit_image_inc.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-02-03 18:29:53 +0000
committerChristian Fowler <spider@viovio.com>2010-02-03 18:29:53 +0000
commit6bd8d8ef5960c48b0582ae654683e11be2b2ebf8 (patch)
treed1fc65cf53343107caacc99e09b3067c0f823487 /templates/edit_image_inc.tpl
parent305c3a654339ed9af2dfefd106f02ac628f9e2c7 (diff)
downloadfisheye-6bd8d8ef5960c48b0582ae654683e11be2b2ebf8.tar.gz
fisheye-6bd8d8ef5960c48b0582ae654683e11be2b2ebf8.tar.bz2
fisheye-6bd8d8ef5960c48b0582ae654683e11be2b2ebf8.zip
use getTitle with FALSE default so empty title images don't get overwritten with defaults
Diffstat (limited to 'templates/edit_image_inc.tpl')
-rw-r--r--templates/edit_image_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_image_inc.tpl b/templates/edit_image_inc.tpl
index 5b44c75..83c7652 100644
--- a/templates/edit_image_inc.tpl
+++ b/templates/edit_image_inc.tpl
@@ -7,7 +7,7 @@
<div class="row">
{formlabel label="Title" for="image-title"}
{forminput}
- <input type="text" name="title" id="image-title" value="{$gContent->getTitle()|escape}" maxlength="160" size="40"/>
+ <input type="text" name="title" id="image-title" value="{$gContent->getTitle('',FALSE)|escape}" maxlength="160" size="40"/>
{/forminput}
</div>