Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/about.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/about.thtml')
-rw-r--r--site/app/views/pages/about.thtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/site/app/views/pages/about.thtml b/site/app/views/pages/about.thtml
new file mode 100644
index 0000000..548086f
--- /dev/null
+++ b/site/app/views/pages/about.thtml
@@ -0,0 +1,14 @@
+<?php
+$this->layout = 'mozilla';
+?>
+
+<div id="content">
+ <?php
+ echo $this->renderElement('search');
+ echo $this->renderElement('sidebar', array('pitch' => true));
+ echo $this->renderElement('app_chooser');
+ ?>
+ <div id="content-main">
+ <?=$localization->includeLocalPage('about')?>
+ </div>
+</div>