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