include wieder hinzugefuegt
git-svn-id: svn://svn.cccv.de/engel-system@191 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
5567e7e0db
commit
c72a2baa42
|
@ -1,6 +1,6 @@
|
|||
<h4 class="menu"> Anfragen und FAQ </h4>
|
||||
|
||||
<li><a href="faq.php?quest=all">Alle Anfragen</a></li>
|
||||
<li><a href="faq.php?quest=open">Offene Anfragen (<?PHP noAnswer(); ?>)</a></li>
|
||||
<li><a href="faq.php?quest=open">Offene Anfragen (<?PHP echo noAnswer(); ?>)</a></li>
|
||||
<li><a href="faq.php?quest=faq">FAQ-Liste editiern</a></li>
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
$title = "Himmel";
|
||||
$header = "FAQ / Fragen an die Erzengel";
|
||||
$submenus = 1;
|
||||
include ("./inc/funktion_faq.php");
|
||||
include ("./inc/header.php");
|
||||
include ("./inc/funktion_user.php");
|
||||
include ("./inc/funktion_db.php");
|
||||
|
|
Loading…
Reference in New Issue