- →
- i18n->name, array(
'tuning/brand',
'brand' => $currentBrand->link,
));?>→
- i18n->name, array(
'tuning/model',
'brand' => $currentBrand->link,
'model' => $currentModel->link,
));?>→
pageName?>
0) echo '- ', CHtml::link($prev[0]->i18n->name, array(
'tuning/view',
'brand' => $prev[0]->tuningModel->tuningBrand->link,
'model' => $prev[0]->tuningModel->link,
'set' => $prev[0]->link,
)), '
';
if (count($next) > 0) echo '- ', CHtml::link($next[0]->i18n->name, array(
'tuning/view',
'brand' => $next[0]->tuningModel->tuningBrand->link,
'model' => $next[0]->tuningModel->link,
'set' => $next[0]->link,
)), '
';
?>
imageBehavior->getFileUrl('big');
$bigger = $currentSet->imageBehavior->getFileUrl('bigger');
if (isset($bigger))
echo CHtml::image($bigger,'', array('width' => '800'));
else
echo CHtml::image($big,'', array('width' => '632'));
?>
i18n->content ?>
gallery_id)) {
$photos = $currentSet->galleryBehavior->getGalleryPhotos();
if (count($photos) > 0) {
?>
getUrl('small'), $photo->i18n->name),
$photo->getUrl('medium'),
array(
'rel' => 'gallery',
'data-name' => $photo->i18n->name,
'data-description' => $photo->i18n->description,
)
);
}
?>
$currentSet->i18n->name))?>
tuningRoot->i18n->contact_info?>
0): ?>
$currentModel->i18n->name))?>:
renderPartial('_similarSet', array('tuningSet' => $item));
}
$this->renderPartial('_similarSet', array('tuningSet' => $currentSet, 'htmlClass' => 'active'));
foreach ($next as $item) {
$this->renderPartial('_similarSet', array('tuningSet' => $item));
}
?>