Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/news/templates/beez/html/mod_newsflash/ |
Upload File : |
<?php // @version $Id: _item.php 12349 2009-06-24 13:37:19Z ian $ defined('_JEXEC') or die('Restricted access'); ?> <?php if ($params->get('item_title')) : ?> <h4> <?php if ($params->get('link_titles') && (isset($item->linkOn))) : ?> <a href="<?php echo JRoute::_($item->linkOn); ?>" class="contentpagetitle<?php echo $params->get('moduleclass_sfx'); ?>"> <?php echo $item->title; ?></a> <?php else : echo $item->title; endif; ?> </h4> <?php endif; ?> <?php if (!$params->get('intro_only')) : echo $item->afterDisplayTitle; endif; ?> <?php echo $item->beforeDisplayContent; echo JFilterOutput::ampReplace($item->text); $itemparams=new JParameter($item->attribs); $readmoretxt=$itemparams->get('readmore',JText::_('Read more text')); if (isset($item->linkOn) && $item->readmore && $params->get('readmore')) : ?> <a href="<?php echo $item->linkOn; ?>" class="readon"> <?php echo $readmoretxt.' ' . $item->title; ?></a> <?php endif; ?> <span class="article_separator"> </span>