Procedural File: blockspadmin.php
Source Location: /modules/system/language/english/admin/blockspadmin.php
Constants
_AM_ADDPBLOCK = "Add new Block Position"
|
|
_AM_BPDESC = "Description of Position"
|
|
_AM_BPHELP = 'To include the new block positions on the theme, put the code bellow in the place where it desires that the blocks appear.
<div style="border: 1px dashed #AABBCC; padding:10px; width:86%;">
<{foreach from=$xoBlocks.<b>name_of_position</b> item=block}><br /><{include file="<b>path_to_theme_folder/file_to_show_blocks</b>"}><br /><{/foreach}>
</div>
'
|
|
_AM_BPMSG1 = "Successfully carried through operation!"
|
|
_AM_BPMSG2 = "Problems had occurred to carry through them the operations."
|
|
_AM_BPMSG3 = "Are you sure you wish to deleted this block position ?"
|
|
_AM_BPNAME = "Name of Position"
|
|
_AM_EDITPBLOCK = "Edit Block Position"
|
|
_AM_PBNAME_DESC [line 13]
_AM_PBNAME_DESC = "Name of Block Position, it is with this name that will have to be created the Loop in the theme for the exhibition of blocks.<br/>Use a name with small_caption letters, without spaces and special characters."
|
|
|
|