⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _item.php

📁 简介:一款免费开源的内容管理系统(CMS)
💻 PHP
字号:
<?php // @version $Id: _item.php 10554 2008-07-15 17:15:19Z ircmaxell $defined('_JEXEC') or die('Restricted access');?><?php if ($params->get('item_title')) : ?><h4>	<?php if ($params->get('link_titles') && $linkOn != '') : ?>	<a href="<?php echo JRoute::_($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);if (isset($item->linkOn) && $item->readmore) : ?><a href="<?php echo $item->linkOn; ?>" class="readon">	<?php echo JText::_('Read more'); ?></a><?php endif; ?><span class="article_separator">&nbsp;</span>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -