Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/about.thtml
blob: 548086f377783dd4a06a5eb0dbe08c3f43bc510f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>