OXID eShop CE
6.0.4
|
Functions | |
smarty_modifier_colon ($string) | |
smarty_modifier_colon | ( | $string | ) |
Copyright © OXID eSales AG. All rights reserved. See LICENSE file for license details.Smarty colon modifier plugin
Type: modifier
Name: colon
Date: Mar 12 2013 Purpose: Add simple or specific colon Input: string to add colon to Example: [{assign var="variable" value="TRANSLATION_INDENT"|oxmultilangassign|colon}] TRANSLATION_INDENT = 'translation' COLON = ' :', $variable = 'translation :'
string | $string | String to add colon to. |