?
Path : /home/admin/public_html/old/happy2/templates/ja_travel/html/mod_jabulletin/ |
Current File : /home/admin/public_html/old/happy2/templates/ja_travel/html/mod_jabulletin/default.php |
<?php /* * ------------------------------------------------------------------------ * JA Travel Template for Joomla 2.5 & 3.0 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - Copyrighted Commercial Software * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * This file may not be redistributed in whole or significant part. * ------------------------------------------------------------------------ */ defined('_JEXEC') or die('Restricted access'); ?> <div id="ja-bulletin"> <ul class="<?php echo $params->get('moduleclass_sfx'); ?> clearfix"> <?php if(!empty($list)): ?> <?php foreach ($list as $item) : ?> <li> <?php $padding = ($params->get( 'show_image') && $item->image!='')?"style=\"padding-left:".($params->get('width')+10)."px\"":""; if (isset($item->image)) : ?> <?php if( $item->image ) : ?> <a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>-image"> <?php echo $item->image; ?> </a> <?php endif; ?> <?php endif; ?> <?php if (isset($item->date)) : ?> <span><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC3')); ?></span> <?php endif; ?> <div <?php echo $padding;?> class="box-right"> <a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>"><?php echo $item->text; ?></a> <?php if ($showcreater) : ?> <br/> <span class="createby"><?php echo $item->creater;?></span> <?php endif; ?> <?php if (isset($item->hits)) : ?> <span class="item-hits"> <?php if($useCustomText): echo JText::_($customText); endif; ?> <?php echo $item->hits; ?> </span> <?php endif; ?> <?php if ($showreadmore) : ?> <br/><a href="<?php echo $item->link; ?>" class="readon" title="<?php echo JText::sprintf('READ MORE...');?>"><?php echo JText::sprintf('Read more...');?></a> <?php endif; ?> </div> </li> <?php endforeach; ?> <?php endif; ?> </ul> <a class="links" href="#">News archive</a> </div>