OXID eShop CE  6.0.4
modifier.colon.php File Reference

Functions

 smarty_modifier_colon ($string)
 

Function Documentation

◆ smarty_modifier_colon()

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 :'

Parameters
string$stringString to add colon to.
Returns
string