Project

General

Profile

1 1475 Luisehahne
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         output_filter
6
 * @author          WebsiteBaker Project
7 1892 Luisehahne
 * @copyright       2012, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker2.org/
9 1475 Luisehahne
 * @license         http://www.gnu.org/licenses/gpl.html
10 1892 Luisehahne
 * @platform        WebsiteBaker 2.8.4
11 1475 Luisehahne
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id$
13 1892 Luisehahne
 * @filesource      $HeadURL$
14 1475 Luisehahne
 * @lastmodified    $Date$
15
 *
16
 */
17
18 1892 Luisehahne
$module_directory   = 'output_filter';
19
$module_name        = 'Frontend Output Filter';
20
$module_function    = 'tool';
21
$module_version     = '0.4.1';
22
$module_platform    = '2.8.4';
23
$module_author      = 'Christian Sommer(doc), WB-Project, Werner v.d. Decken(DarkViper)';
24
$module_license     = 'GNU General Public License';
25 1475 Luisehahne
$module_description = 'This module allows to filter the output before displaying it on the frontend. Support for filtering mailto links and mail addresses in strings.';