Esempio n. 1
0
function smarty_modifier_addonitemid($token)
{
    $api = new TikiAddons_Api();
    return $api->getItemIdFromToken($token);
}