b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/components/com_pagebuilderck/views/page/tmpl/
File Upload :
Current File : E:/www/risk/administrator/components/com_pagebuilderck/views/page/tmpl/edit.php

<?php
/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

defined('_JEXEC') or die;

$user		= JFactory::getUser();
$app		= JFactory::getApplication();

$assoc		= isset($app->item_associations) ? $app->item_associations : 0;
$canEdit    = $user->authorise('core.edit', 'com_pagebuilderck');

// loads the css and js files
require PAGEBUILDERCK_PATH . '/views/page/tmpl/include.php';
// loads the main content
require PAGEBUILDERCK_PATH . '/views/page/tmpl/main.php';
// loads the context menu
//require PAGEBUILDERCK_PATH . '/views/page/tmpl/contextmenu.php';

Copyright © 2019 by b0y-101