From: <var...@us...> - 2012-12-17 09:58:51
|
Revision: 8664 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8664&view=rev Author: vargenau Date: 2012-12-17 09:58:45 +0000 (Mon, 17 Dec 2012) Log Message: ----------- No need for <h2> Modified Paths: -------------- trunk/lib/plugin/PluginManager.php Modified: trunk/lib/plugin/PluginManager.php =================================================================== --- trunk/lib/plugin/PluginManager.php 2012-12-17 09:53:22 UTC (rev 8663) +++ trunk/lib/plugin/PluginManager.php 2012-12-17 09:58:45 UTC (rev 8664) @@ -51,8 +51,6 @@ $this->_generatePageheader($info, $h); if (!REQUIRE_ADMIN || $request->_user->isadmin()) { - $h->pushContent(HTML::h2(_("Plugins"))); - $table = HTML::table(array('class' => "pagelist")); $this->_generateColheadings($info, $table); $this->_generateTableBody($info, $dbi, $request, $table); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |