Subversion Repositories Applications.papyrus

Rev

Rev 831 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
<?php
2
 
3
if(!defined("PHORUM")) return;
4
 
5
require_once("./mods/smileys/defaults.php");
6
 
7
function phorum_mod_smileys_editor_tools()
8
{
9
    $PHORUM = $GLOBALS["PHORUM"];
10
 
11
    if ($PHORUM["mods"]["smileys"]) {
12
        include("./mods/editor_tools/smileys_panel.php");
13
    }
14
}
15
 
16
?>