File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_sh404sef/views/analytics/tmpl
Viewing File: /home/astoriaah/www/administrator/components/com_sh404sef/views/analytics/tmpl/default_j3.php
<?php /** * sh404SEF - SEO extension for Joomla! * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier - Weeblr llc - 2022 * @package sh404SEF * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 4.24.1.4308 * @date 2022-05-31 */ use Weeblr\Wblib\V_SH4_4308\Mvc\LayoutHelper; // Security check to ensure this file is being included by a parent file. defined('_JEXEC') || die() ?> <!-- start analytics panel markup --> <div class="sh404sef-analytics wbl-theme-default"> <?php if (!empty($this->sidebar)) : ?> <section role="navigation" id="sh404sef-sidebar-container" class="sh404sef-sidebar-container"> <?php echo $this->sidebar; ?> </section> <?php endif; ?> <section id="sh404sef-dashboard-container" class="sh404sef-dashboard-container"> <?php echo LayoutHelper::render( 'com_sh404sef.analytics.main', $this->data, SH404SEF_LAYOUTS_PATH ); ?> </section> </div> <div class="sh404sef-footer-container"> <?php echo $this->footerText; ?> </div> </div> <!-- end analytics panel markup -->