<?php function smarty_modifier_tokenUrl($url, $hash = null) { include_once(ROOT_FOLDER . 'admin/classes/Model/base_actions.php'); return Base_actions::tokenUrl($url, $hash); }