[go: up one dir, main page]

Menu

[r10]: / data / faq.inc.php  Maximize  Restore  History

Download this file

9 lines (6 with data), 138 Bytes

1
2
3
4
5
6
7
8
<?php
$header_title = $lc_Menu_Faq;
require_once THEME.('header.inc.php');
echo $lc_Faq_Text;
require_once THEME.('footer.inc.php');
?>