Your IP : 216.73.216.193


Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/html/com_content/author/
Upload File :
Current File : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/html/com_content/author/list.php

<?php

use Joomla\CMS\Factory;
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\User\UserHelper;

$app = Factory::getApplication();
// process for ajax pagination, just get items content and return to browser
$isAjax = $app->input->get('loadpage') !== null;
if ($isAjax) {
	echo $this->loadTemplate('items');
	exit;
}

?>
<div class="author-page">
	<div class="container">
			<?php echo $this->loadTemplate('items'); ?>
	</div>
</div>
<?php echo LayoutHelper::render('t4.content.pagination', ["params"=> $this->params,'pagination'=> $this->AuhtorPagination,'elem'=>'.author-page .author-lists']); ?>