[pmwiki-users] First steps in cookbookland

Marc Cooper gmane at auxbuss.com
Tue Jun 27 01:29:53 CDT 2006


Marc Cooper said...
> I'm trying to create a script that resides in the sidebar and contains  
> links that are unique for each customers. Most of the links are external 
> to PmWiki and I can create them automatically via session variables 
> generated by another system. This part is working - which is progress 
> for my first proper recipe.
> 
> Now, of course, I need to link to PmWiki pages. Since I am generating 
> HTML from my script, I'm not clear how I should do this.
> 
> Basically I want to do this:
> 
>     $out .= '<li><a href="a Group/Page from PmWiki></a>';
> 
> I've tried all sorts of permutations of 
> 
>     $out .= '<li><a href="$something/Group/Page" >Label</a>';
> 
> but I can't see the wood for the trees :-o
> 
> Any help would be appreciated. Thanks.

Can anyone help, please?

Is the only way to do this to hard-code the URLs?

-- 
Best,
Marc





More information about the pmwiki-users mailing list