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

📄 default.php

📁 Joomla15 - 最新开源CMS
💻 PHP
字号:
<?phpdefined('_JEXEC') or die('Restricted access');// temporary fix$hlevel = 2;$ptlevel = 1;if ($this->params->get('show_page_title')) {	echo '<h' . $ptlevel . ' class="componentheading' . $this->params->get('pageclass_sfx') . '">';	echo $this->category->name;	echo '</h' . $ptlevel . '>';}if ($this->params->def('show_description', 1) || $this->params->def('show_description_image', 1)) {	$wrap = '';	echo '<div class="contentdescription' . $this->params->get('pageclass_sfx') . '">';	if ($this->params->get('show_description_image') && $this->category->image) {		$wrap = '<div class="wrap_image">&nbsp;</div>';		echo '<img src="images/stories/' . $this->category->image . '" class="image_' . $this->category->image_position . '" />';	}	if ($this->params->get('show_description') && $this->category->description) {		echo $this->category->description;	}	echo $wrap;	echo '</div>';}$this->items = & $this->getItems();echo $this->loadTemplate('items');if ($this->access->canEdit || $this->access->canEditOwn) {	echo JHTML::_('icon.create', $this->category  , $this->params, $this->access);}?>

⌨️ 快捷键说明

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