Show
Ignore:
Timestamp:
10/03/07 12:22:09 (14 months ago)
Author:
aarkerio
Message:

Gags and webquests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/helpers/gags.php

    r50 r187  
    5353     return '<p align="center">' . $this->Html->image('static/construction.jpg', array("alt"=>"Under construction", "title"=>"Under construction")) . '</p>'; 
    5454  } 
     55 
     56  public function delTags($code) 
     57  { 
     58    return strip_tags($code, '<p><a><img><h1><span><h2><hr>'); 
     59  } 
    5560  
    5661}