/[cvs]/nfo/php/libs/net.php.smarty/plugins/modifier.strip_tags.php
ViewVC logotype

Diff of /nfo/php/libs/net.php.smarty/plugins/modifier.strip_tags.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cvsjoko, Wed Oct 9 00:53:36 2002 UTC revision 1.2 by joko, Wed Jun 16 21:58:17 2004 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
 /*  
3   * Smarty plugin   * Smarty plugin
4   * -------------------------------------------------------------   * @package Smarty
5   * Type:     modifier   * @subpackage plugins
6   * Name:     strip_tags   */
7    
8    
9    /**
10     * Smarty strip_tags modifier plugin
11     *
12     * Type:     modifier<br>
13     * Name:     strip_tags<br>
14   * Purpose:  strip html tags from text   * Purpose:  strip html tags from text
15   * -------------------------------------------------------------   * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php
16     *          strip_tags (Smarty online manual)
17     * @param string
18     * @param boolean
19     * @return string
20   */   */
21  function smarty_modifier_strip_tags($string, $replace_with_space = true)  function smarty_modifier_strip_tags($string, $replace_with_space = true)
22  {  {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed