new file and folder icons
[elgg.git] / content / about.php
blob1b1ed86def12f9a40f9b4b4c9e800b800c62ed03
1 <?php
3 // Run includes
4 require("../includes.php");
6 // Draw page
7 echo run("templates:draw:page", array(
8 sprintf(gettext("About %s"), sitename),
9 run("templates:draw", array(
10 'contents' => run("content:about"),
11 'name' => sprintf(gettext("About %s"), sitename),
12 'context' => 'infobox'