зеркало из https://github.com/mozilla/gecko-dev.git
Policy documents.
This commit is contained in:
Родитель
1fd86e033d
Коммит
236db4ab1f
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Policy page.
|
||||||
|
* @package amo
|
||||||
|
* @subpackage docs
|
||||||
|
*/
|
||||||
|
|
||||||
|
$links = array(
|
||||||
|
array( 'href' => './faq.php',
|
||||||
|
'title' => 'Frequently Asked Questions',
|
||||||
|
'text' => 'FAQ'),
|
||||||
|
|
||||||
|
array( 'href' => './policy.php',
|
||||||
|
'title' => 'Addons Policies',
|
||||||
|
'text' => 'Policy')
|
||||||
|
);
|
||||||
|
|
||||||
|
// Send FAQ data to Smarty object.
|
||||||
|
$tpl->assign(
|
||||||
|
array( 'links' => $links,
|
||||||
|
'sidebar' => 'inc/nav.tpl',
|
||||||
|
'content' => 'policy.tpl',
|
||||||
|
'title' => 'Policy')
|
||||||
|
);
|
||||||
|
?>
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
<h2>Policy</h2>
|
||||||
|
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
<p>Stuff goes here.</p>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче