Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/components/com_helpdeskpro/View/Article/tmpl/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/components/com_helpdeskpro/View/Article/tmpl/default.php

<?php
/**
 * @version        4.3.0
 * @package        Joomla
 * @subpackage     Helpdesk Pro
 * @author         Tuan Pham Ngoc
 * @copyright      Copyright (C) 2013 - 2021 Ossolution Team
 * @license        GNU/GPL, see LICENSE.php
 */

// no direct access

defined( '_JEXEC' ) or die ;
?>
<div id="hdp_container" class="container-fluid">
	<h1 class="hdp_title"><?php echo
$this->item->title; ?></h1>
	<div class="hdp-article-detail <?php echo
$this->bootstrapHelper->getClassMapping('clearfix');
?>">
		<?php echo $this->item->text; ?>
	</div>
</div>