mike.morgan%oregonstate.edu 3b4d469288 Fixed tab for PFS page.
git-svn-id: svn://10.0.0.236/trunk@193223 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:31:26 +00:00

19 lines
374 B
PHP
Executable File

<?php
/**
* Plugin listing that shows available plugins for Firefox.
*
* @package amo
* @subpackage docs
*/
$currentTab = 'plugins';
startProcessing('plugins.tpl',$memcacheId,$compileId,'nonav');
// Assign template variables.
$tpl->assign(
array( 'currentTab'=> $currentTab,
'title' => 'Plugins',
'content' => 'plugins.tpl')
);
?>