PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
administrator
/
components
/
com_j2store
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ defined('_JEXEC') or die; class J2StoreDispatcher extends F0FDispatcher { public $defaultView = 'cpanel'; public function onBeforeDispatch() { $app = JFactory::getApplication(); if($app->isAdmin()) { $layout = new JLayoutFile('joomla.sidebars.submenu'); $layout->addIncludePaths(JPATH_ADMINISTRATOR. '/components/com_j2store/layouts'); } require_once (JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/strapper.php'); J2StoreStrapper::addJS(); J2StoreStrapper::addCSS(); require_once(JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/j2store.php'); require_once JPATH_ADMINISTRATOR.'/components/com_j2store/library/popup.php'; require_once JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/select.php'; require_once JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/j2html.php'; return parent::onBeforeDispatch(); } }
[+]
models
[-] version.php
[edit]
[+]
library
[-] j2store.php
[edit]
[+]
views
[-] index.html
[edit]
[+]
fof
[+]
helpers
[+]
controllers
[-] access.xml
[edit]
[+]
layouts
[-] config.xml
[edit]
[+]
sql
[-] toolbar.php
[edit]
[+]
tables
[-] fof.xml
[edit]
[-] dispatcher.php
[edit]
[+]
..
[-] com_j2store.xml
[edit]
[-] script.j2store.php
[edit]