<?php
if ($t->amenities) {
$total = count($t->amenities);
- //var_dump($total);
for ($index = 0; $index < $total; ++$index) {
echo $t->amenities[$index];
if ($index != $total - 1) {
</div>
<div flexy:if="packages" class="member-travel-item" id="packageSection">
- <h2>Packages</h2>
+ <h2>Packages and Offers</h2>
{foreach:packages,v}
<div id="member_package_{v[id]:h}">
<h3 flexy:if="v[title]">{v[title]:h}</h3>
$profileCreator->setCatid($id);
$profileCreator->setConfig($this->_configContainer);
- $profileCreator->setImagePath(MEMBER_RESIZED);
+ $profileCreator->setImagePath(MEMBER_PHOTOS);
return $profileWriter->toHtml($profileCreator);
} catch (PEAR_Exception $e) {