Esempio n. 1
0
    ?>
"
							class="hasTooltip"  target="_blank"
							data-original-title="<strong><?php 
    echo $item['title'];
    ?>
</strong></br><?php 
    echo $item['short_description'];
    ?>
"  />
							<img  width="40" height="40" src="<?php 
    echo $item['thumb_filename'];
    ?>
" />
							<span><?php 
    echo jvaHelper::truncate(stripslashes($item['title']), 30);
    ?>
</span>
						</a>
					</div>
				</div>
			<?php 
}
?>
			<!-- end dashboard -->
			</div>
			<div id="jvitals_banner_div" style="margin: 20px auto auto auto; float: none; clear: both;"></div>
		</td>
	</tr>
</table>
<?php 
Esempio n. 2
0
		</div>
		<div id="FlashTable">
			<table width="100%" cellpadding="0" cellspacing="0" border="0">
			<?php 
    foreach ($this->games as $game) {
        ?>
				<tr class="sectiontableentry">
					<td width="10%">
						<img src="<?php 
        echo JVA_IMAGES_SITEPATH . 'games/' . $game->imagename;
        ?>
" height="50" width="50" border="0" alt="" />
					</td>
					<td width="35%">
						<center><?php 
        echo jvaHelper::truncate(stripslashes($game->title), (int) $this->config->truncate_title);
        ?>
</center>
					</td>
					<td width="40%">
						<center><?php 
        echo $game->description;
        ?>
</center>
					</td>
					<td width="15%">
						<a href="<?php 
        echo JRoute::_('index.php?option=com_jvarcade&task=game&id=' . $game->id);
        ?>
"><?php 
        echo JText::_('COM_JVARCADE_PLAY_NOW');
Esempio n. 3
0
" border="0" height="50" width="50" alt="<?php 
    echo $alt;
    ?>
" title="<?php 
    echo $alt;
    ?>
" />
					</a>
				</td>
				<td width="10%">
					<a href="<?php 
    echo JRoute::_('index.php?option=com_jvarcade&task=game&id=' . $score['gameid'], false);
    ?>
">
						<b><?php 
    echo jvaHelper::truncate(stripslashes($score['title']), (int) $this->config->truncate_title);
    ?>
</b>
					</a>
					<br /><?php 
    echo html_entity_decode($score['description'], ENT_QUOTES, 'UTF-8');
    ?>
				</td>
				<td width="10%" style="text-align: center;">
				<?php 
    if ($this->config->show_avatar == 1) {
        ?>
					<?php 
        echo jvaHelper::showAvatar($score['userid']);
        ?>
				<?php