Changeset 187 for trunk/app/views/helpers
- Timestamp:
- 10/03/07 12:22:09 (14 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/helpers/gags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/helpers/gags.php
r50 r187 53 53 return '<p align="center">' . $this->Html->image('static/construction.jpg', array("alt"=>"Under construction", "title"=>"Under construction")) . '</p>'; 54 54 } 55 56 public function delTags($code) 57 { 58 return strip_tags($code, '<p><a><img><h1><span><h2><hr>'); 59 } 55 60 56 61 }
