generator-joomla-admin-template
Version:
20 lines (19 loc) • 1.18 kB
Plain Text
; <%= name %>
; Copyright (C) <%= currentDate %> <%= authorName %>. All rights reserved.
; License <%= license %>
; Note : All ini files need to be saved as UTF-8
<%= _.slugify(name).toUpperCase() %>="<%= name %> Administrator template"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_BOTTOM="Bottom"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_CPANEL="Cpanel"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_CP_SHELL="Unused"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_DEBUG="Debug"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_FOOTER="Footer"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_ICON="Quick Icons"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_LOGIN="Login"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_MENU="Menu"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_POSTINSTALL="Postinstall"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_STATUS="Status"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_SUBMENU="Submenu"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_TITLE="Title"
TPL_<%= _.slugify(name).toUpperCase() %>_POSITION_TOOLBAR="Toolbar"
TPL_<%= _.slugify(name).toUpperCase() %>_XML_DESCRIPTION="<%= description %>"