{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=pluginCenter title=$locale->tr("pluginCenter")}
{foreach from=$plugins item=plugin} {/foreach}
{$locale->tr("identifier")} {$locale->tr("author")} {$locale->tr("description")}
{$plugin->getId()} {$plugin->getAuthor()} {$plugin->getDescription()}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}