Ejemplo n.º 1
0
<?php

/**
 * @version		
 * @package		
 * @author		
 * @copyright	
 * @license		
 */
// no direct access
defined('_JEXEC') or die;
require_once __DIR__ . '/../_helper.php';
TmplK2Helper::removeCss(array('com_k2/css/k2.css'));
TmplK2Helper::removeJs(array('com_k2/js/k2.js', 'js/mootools-core-uncompressed.js', 'js/core-uncompressed.js'));
?>
<!-- Start K2 Tag Layout -->
<div id="k2Container" class="tagView<?php 
if ($this->params->get('pageclass_sfx')) {
    echo ' ' . $this->params->get('pageclass_sfx');
}
?>
">
	
	<!-- Page title -->
	<h1>
		<?php 
echo $this->escape($this->params->get('page_title'));
?>
	</h1>

	<?php