Relocate folders

the old "www/layout/<admin/frontend>/<template name>/..." layout is
deprecated.

new layout:

www/layout/<admin|frontend>/<cache/css/images/javascript>/
The layout/<admin/frontend> is symlinked to www/<admin|frontend>/layout

templates and lang are moved to includes
www/includes/template/<admin/frontend>
www/includes/lang/<admin/frontend>

and no longer symlinked to any public facing folders

The language po files have already been moved to
4dev/lang/<admin|frontend>/
This commit is contained in:
Clemens Schwaighofer
2019-05-28 10:56:53 +09:00
parent 4b08a4d856
commit 593e8fa7b0
848 changed files with 291 additions and 145 deletions

View File

@@ -0,0 +1,12 @@
{*
********************************************************************
* AUTHOR: Clemens Schwaighofer
* DATE: 2005/06/23
* DESCRIPTION:
* show hidden messages
* HISTORY:
********************************************************************
*}
{foreach from=$hidden item=element key=key name=loop}
<input type="hidden" name="{$element.key}" value="{$element.value}">
{/foreach}