This commit is contained in:
mike.morgan%oregonstate.edu 2005-07-25 07:36:05 +00:00
Родитель 1fd86e033d
Коммит 236db4ab1f
2 изменённых файлов: 46 добавлений и 0 удалений

Просмотреть файл

@ -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>