first commit
This commit is contained in:
13
class/smarty_plugins/modifier.format_ean.php
Normal file
13
class/smarty_plugins/modifier.format_ean.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty plugin.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Smarty {format_ean} function plugin.
|
||||
*/
|
||||
function smarty_modifier_format_ean($ean, $params = '')
|
||||
{
|
||||
return formatEAN($ean);
|
||||
}
|
||||
Reference in New Issue
Block a user