shaver%mozilla.org 5749d03f14 Reskin.
git-svn-id: svn://10.0.0.236/trunk@214056 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-24 09:22:01 +00:00

18 lines
341 B
PHP

<?php
/**
* Home page for extensions, switchable on application.
*
* @package amo
* @subpackage docs
*/
startProcessing('feeds.tpl', null, $compileId,'rustico');
require_once('includes.php');
// Assign template variables.
$tpl->assign(
array( 'title' => 'Feeds',
'content' => 'feeds.tpl')
);
?>