summaryrefslogtreecommitdiff
path: root/templates/view_gallery.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-11-08 07:54:17 +0000
committerChristian Fowler <spider@viovio.com>2006-11-08 07:54:17 +0000
commit6dd67be1699f75b355e52d4b4b71a36ba0657d1a (patch)
tree2e3dacdbe10058d4c440fccc604008a91e8e376c /templates/view_gallery.tpl
parentbc40463410ac7023276a1a2cdb5c9d0be59b8a24 (diff)
downloadfisheye-6dd67be1699f75b355e52d4b4b71a36ba0657d1a.tar.gz
fisheye-6dd67be1699f75b355e52d4b4b71a36ba0657d1a.tar.bz2
fisheye-6dd67be1699f75b355e52d4b4b71a36ba0657d1a.zip
use getTitle
Diffstat (limited to 'templates/view_gallery.tpl')
-rw-r--r--templates/view_gallery.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl
index 45366f1..94176f2 100644
--- a/templates/view_gallery.tpl
+++ b/templates/view_gallery.tpl
@@ -18,7 +18,7 @@
{/if}
</div>
- <h1>{$gContent->mInfo.title|escape}</h1>
+ <h1>{$gContent->getTitle()|escape}</h1>
{if $gContent->mInfo.data}
<p>{$gContent->mInfo.data}</p>