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
function phorum_mod_example_language_after_header () {
6
    $PHORUM = $GLOBALS["PHORUM"];
7
    print $PHORUM["DATA"]["LANG"]["example_language"]["HelloWorld"];
8
}
9
 
10
?>