<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Perfect!&nbsp; Exactly what I needed.&nbsp; Thanks!<br><br>&gt; From: 5ko@free.fr<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Date: Sun, 23 Sep 2007 19:26:33 +0200<br>&gt; Subject: Re: [pmwiki-users] how to link to edit<br>&gt; <br>&gt; On Sunday 23 September 2007, Matt Hollingsworth wrote:<br>&gt; &gt; Anybody know how to make a link to an edit?<br>&gt; &gt;<br>&gt; &gt; Like a link to edit the page itself that is not an absolute name?<br>&gt; &gt;<br>&gt; &gt; Here:<br>&gt; &gt;<br>&gt; &gt; http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan<br>&gt; &gt;<br>&gt; &gt; I'd like this code:<br>&gt; &gt;<br>&gt; &gt; [[http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan?action=edit |<br>&gt; &gt; expanding]]<br>&gt; &gt;<br>&gt; &gt; To be relative, so that it launches ?action=edit for whatever page it's on.<br>&gt; <br>&gt; For this page:<br>&gt;    [[Restaurant.Sakristan?action=edit|Edit this page]]<br>&gt; <br>&gt; In a PageActions/SideBar/GroupHeader/GroupFooter:<br>&gt;    [[{*$FullName}?action=edit|Edit this page]]<br>&gt; <br>&gt; {*$FullName} means the currently displayed page. If you have an old version of <br>&gt; PmWiki and this doesn't work, try {$FullName}, however it may break your site <br>&gt; when you upgrade to the new 2.2.x version.<br>&gt; <br>&gt; Inside a (HTML .tmpl) skin, you can use {$PageUrl}?action=edit as pointer to <br>&gt; edit the current page, like:<br>&gt;    &lt;a href="{$PageUrl}?action=edit"&gt;edit&lt;/a&gt;<br>&gt; <br>&gt; Thanks,<br>&gt; Petko<br>&gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; pmwiki-users@pmichaud.com<br>&gt; http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br><br /><hr />Make your little one a shining star! <a href='http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us' target='_new'>Shine on!</a></body>
</html>