include wieder hinzugefuegt

git-svn-id: svn://svn.cccv.de/engel-system@191 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-01 21:49:52 +00:00
parent 5567e7e0db
commit c72a2baa42
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<h4 class="menu"> Anfragen und FAQ </h4> <h4 class="menu"> Anfragen und FAQ </h4>
<li><a href="faq.php?quest=all">Alle Anfragen</a></li> <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> <li><a href="faq.php?quest=faq">FAQ-Liste editiern</a></li>

View File

@ -2,6 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = "FAQ / Fragen an die Erzengel"; $header = "FAQ / Fragen an die Erzengel";
$submenus = 1; $submenus = 1;
include ("./inc/funktion_faq.php");
include ("./inc/header.php"); include ("./inc/header.php");
include ("./inc/funktion_user.php"); include ("./inc/funktion_user.php");
include ("./inc/funktion_db.php"); include ("./inc/funktion_db.php");