Files
pae.co.at/other/archive/version_01/html/html_home.php
2017-03-02 21:57:21 -06:00

14 lines
240 B
PHP
Executable File

<?php
global $_WORDS;
?>
<div class='page_subtitle'><?php echo $_WORDS['welcomemsg']; ?></div>
<div class='page_content'>
<?php
$page = $_DOC_ROOT."/data/pages/{$_LANG}_home.txt";
if(file_exists($page)) {
include($page);
}
?>
</div>