Added smarty_function_base_convert() - now we can simply get base36 ID in templates...
authorHarvie <tomas@mudrunka.cz>
Tue, 30 Nov 2010 07:38:46 +0000 (08:38 +0100)
committerHarvie <tomas@mudrunka.cz>
Tue, 30 Nov 2010 07:39:26 +0000 (08:39 +0100)
commit6a70b95a7d865988724e83a95e918258114183e6
tree41c288a0bac192d3b67c11715d4c6f5905b7cee1
parent10b54cf150421b2a3842adcb1a660279cc2a5e0b
Added smarty_function_base_convert() - now we can simply get base36 ID in templates everywhere the base10 ID is... using {base_convert f='10' t='36' n=$node.node_id}
wwwroot/inc/smarty/node_methodz/function.base_convert.php [new file with mode: 0644]
This page took 0.118944 seconds and 4 git commands to generate.