<?php // alias for php built-in md5 hash function smarty_modifier_hash($string) { return md5($string); } ?>