summaryrefslogtreecommitdiff
path: root/display_contact.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:00:54 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:00:54 +0000
commit7392e0514a1fc729b6666cf7089285c6824b2126 (patch)
treea4c0c7c0d2015959df9aa01065e4cd87b029cf76 /display_contact.php
parenta3272bbcd1e120ac890435a44fe19d3951b386b7 (diff)
downloadcontact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.gz
contact-7392e0514a1fc729b6666cf7089285c6824b2126.tar.bz2
contact-7392e0514a1fc729b6666cf7089285c6824b2126.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'display_contact.php')
-rw-r--r--display_contact.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/display_contact.php b/display_contact.php
index bae0974..151ee3a 100644
--- a/display_contact.php
+++ b/display_contact.php
@@ -27,8 +27,8 @@ $lookup = array();
$gGallery = new FisheyeGallery(4);
$gGallery->load();
$gGallery->loadImages(0,4);
-$gBitSmarty->assign_by_ref('gGallery', $gGallery);
-$gBitSmarty->assign_by_ref('galleryId', $gGallery->mGalleryId);
+$gBitSmarty->assignByRef('gGallery', $gGallery);
+$gBitSmarty->assignByRef('galleryId', $gGallery->mGalleryId);
$gBitSmarty->assign('galLayout', 'fixed_grid');
if ( !$gContent->isValid() ) {