- Added more filters and custom tags
[haanga.git] / lib / tags / upper.php
blobc71ede50772cbd9e5b8ed43d4be0d7319a2c5efa
1 <?php
3 class Upper_Tag
5 public static $is_block = TRUE;
6 /* This tag calls to a PHP native function */
7 public static $php_alias = "strtoupper";