From: <var...@us...> - 2010-06-26 18:20:07
|
Revision: 7580 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7580&view=rev Author: vargenau Date: 2010-06-26 18:20:01 +0000 (Sat, 26 Jun 2010) Log Message: ----------- No target _top Modified Paths: -------------- trunk/themes/Wordpress/themeinfo.php trunk/themes/default/templates/debug.tmpl trunk/themes/default/templates/top.tmpl Modified: trunk/themes/Wordpress/themeinfo.php =================================================================== --- trunk/themes/Wordpress/themeinfo.php 2010-06-26 18:15:25 UTC (rev 7579) +++ trunk/themes/Wordpress/themeinfo.php 2010-06-26 18:20:01 UTC (rev 7580) @@ -39,9 +39,7 @@ $link->unshiftContent(HTML::u($this->maybeSplitWikiWord($default_text))); $link->setAttr('class', 'wikiunknown'); } - if ($request->getArg('frame')) - $link->setAttr('target', '_top'); - + return $link; } function getRecentChangesFormatter ($format) { Modified: trunk/themes/default/templates/debug.tmpl =================================================================== --- trunk/themes/default/templates/debug.tmpl 2010-06-26 18:15:25 UTC (rev 7579) +++ trunk/themes/default/templates/debug.tmpl 2010-06-26 18:20:01 UTC (rev 7580) @@ -5,12 +5,12 @@ <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php /* Note: The Portland theme's debug.tmpl overrides this file with it's own non-graphical variant. */ ?> -<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top"><img - id="xhtml" border="0" +<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img + id="xhtml" src="<?=$WikiTheme->_findData('buttons/valid-xhtml10.png')?>" alt="Valid XHTML 1.0!" height="31" width="88" /></a> -<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top"><img - id="css" border="0" +<a href="http://jigsaw.w3.org/css-validator/check/referer"><img + id="css" src="<?=$WikiTheme->_findData('buttons/vcss.png')?>" alt="Valid CSS!" height="31" width="88" /></a> </div> Modified: trunk/themes/default/templates/top.tmpl =================================================================== --- trunk/themes/default/templates/top.tmpl 2010-06-26 18:15:25 UTC (rev 7579) +++ trunk/themes/default/templates/top.tmpl 2010-06-26 18:20:01 UTC (rev 7580) @@ -6,7 +6,7 @@ ?> <!-- The logo --> <div id="logo"><a class="wikilink" - href="<?=WikiURL(HOME_PAGE)?>" target="_top" + href="<?=WikiURL(HOME_PAGE)?>" ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img" border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a></div> <!-- The top navigation/search bar --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |