YaWK  24.1
Yet another WebKit
faq.php
Go to the documentation of this file.
1 <?php
2 include 'classes/faq-backend.php';
3 include 'classes/faq-frontend.php';
4 /*
5  * FRONTEND PAGE
6  */
7 $faq = new \YAWK\PLUGINS\FAQ\frontend();
8 $faq->draw_faq($db);
$faq
Definition: faq.php:69