Improved the layout compiler methods.
This commit is contained in:
20
admin/compiler/joomla_3/layoutoverride.php
Normal file
20
admin/compiler/joomla_3/layoutoverride.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Component.Builder
|
||||
*
|
||||
* @created 30th April, 2015
|
||||
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
||||
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
||||
* @copyright Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
?>
|
||||
###BOM###
|
||||
|
||||
// No direct access to this file
|
||||
defined('JPATH_BASE') or die('Restricted access');###OVERRIDE_LAYOUT_CODE###
|
||||
|
||||
?>###OVERRIDE_LAYOUT_BODY###
|
@ -386,6 +386,11 @@
|
||||
"rename": "layout_admin",
|
||||
"type": "layout"
|
||||
},
|
||||
"layoutoverride.php": {
|
||||
"path": "c0mp0n3nt/admin/layouts/VIEW",
|
||||
"rename": "layoutoverride",
|
||||
"type": "layoutoverride"
|
||||
},
|
||||
"layoutitems.php": {
|
||||
"path": "c0mp0n3nt/admin/layouts/VIEW",
|
||||
"rename": "layoutitems",
|
||||
@ -576,6 +581,11 @@
|
||||
"rename": "layout_site",
|
||||
"type": "layout"
|
||||
},
|
||||
"layoutoverride.php": {
|
||||
"path": "c0mp0n3nt/site/layouts/VIEW",
|
||||
"rename": "layoutoverride",
|
||||
"type": "layoutoverride"
|
||||
},
|
||||
"layoutitems.php": {
|
||||
"path": "c0mp0n3nt/site/layouts/VIEW",
|
||||
"rename": "layoutitems",
|
||||
|
Reference in New Issue
Block a user