From: <var...@us...> - 2009-07-13 02:27:57
|
Revision: 7016 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7016&view=rev Author: vargenau Date: 2009-07-13 02:27:55 +0000 (Mon, 13 Jul 2009) Log Message: ----------- Make Universal Edit Button work Modified Paths: -------------- trunk/themes/Crao/templates/head.tmpl trunk/themes/wikilens/templates/head.tmpl Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2009-07-12 19:19:04 UTC (rev 7015) +++ trunk/themes/Crao/templates/head.tmpl 2009-07-13 02:27:55 UTC (rev 7016) @@ -73,6 +73,7 @@ _("WikiWikiWeb")?>" href="<?=WikiURL( _("WikiWikiWeb"))?>" /> <?php } ?> +<link rel="alternate" type="application/x-wiki" title="Edit this page!" href="<?= WikiURL($page,array('action'=>'edit')) ?>" /> <?php if ($user->isadmin()) { /* Only for the Administrator */ ?> <link rel="bookmark" title="<?= Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2009-07-12 19:19:04 UTC (rev 7015) +++ trunk/themes/wikilens/templates/head.tmpl 2009-07-13 02:27:55 UTC (rev 7016) @@ -71,7 +71,7 @@ _("WikiWikiWeb")?>" href="<?=WikiURL( _("WikiWikiWeb"))?>" /> <?php } ?> - +<link rel="alternate" type="application/x-wiki" title="Edit this page!" href="<?= WikiURL($page,array('action'=>'edit')) ?>" /> <?php if ($user->isadmin()) { /* Only for the Administrator */ ?> <link rel="bookmark" title="<?= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |