root/releases/0.301/content/faq.php

Revision 11, 363 bytes (checked in by sven, 3 years ago)

snapshot of elgg 0.301

Line 
1 <?php
2     
3     // Run includes
4         require("../includes.php");
5
6 // Draw page
7         echo run("templates:draw:page", array(
8                     sitename . " FAQ",
9                     run("templates:draw", array(
10                                                     'contents' => run("content:faq"),
11                                                     'name' => sitename . gettext(" FAQ"),
12                                                     'context' => 'infobox'
13                                                 )
14                                                 )
15             )
16             );
17         
18 ?>
Note: See TracBrowser for help on using the browser.