Esempio n. 1
0
        }
        ?>
							<div class="small">
								<?php 
        echo JText::_('COM_SIBDIET_DIET') . ': ' . $this->escape($item->diets_title);
        ?>
							</div>
						</td>
						<td class="hidden-phone">
							<?php 
        echo SibdietHelper::convertMeals($item->meal);
        ?>
						</td>
						<td class="hidden-phone">
							<?php 
        echo SibdietHelper::convertSeasons($item->season);
        ?>
						</td>
						<td class="small nowrap hidden-phone">
							<?php 
        if ($item->language == '*') {
            ?>
								<?php 
            echo JText::alt('JALL', 'language');
            ?>
							<?php 
        } else {
            ?>
								<?php 
            echo $item->language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED');
            ?>