From 79b825be4ce37a1b5b2fe968da1f625df0729545 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Tue, 2 Feb 2010 22:02:22 +0000 Subject: use ->getTitle() method instead of ->mInfo.title in templates to allow for cleaner polymorphism --- templates/image_order.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/image_order.tpl') diff --git a/templates/image_order.tpl b/templates/image_order.tpl index db27568..1ef9af3 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -1,7 +1,7 @@ {strip}
-

{tr}Gallery Images{/tr}: {$gContent->mInfo.title|escape}

+

{tr}Gallery Images{/tr}: {$gContent->getTitle()|escape}

@@ -36,7 +36,7 @@ {counter name=imageCount print=false} - {$galItem->mInfo.title|escape} + {$galItem->getTitle()|escape} -- cgit v1.3