shaver%mozilla.org 25e9f84c29 Reskin and tweak support page, link to it from footer.
git-svn-id: svn://10.0.0.236/trunk@214058 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-24 09:38:44 +00:00

13 lines
226 B
PHP

<?php
/**
* Support page.
* @package amo
* @subpackage docs
*/
startProcessing('support.tpl',$memcacheId,$compileId,'rustico');
$tpl->assign(
array( 'title' => 'Support',
'content' => 'support.tpl')
);
?>