[pmwiki-users] First steps in cookbookland

Marc Cooper gmane at auxbuss.com
Mon Jun 26 14:52:10 CDT 2006


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.

-- 
Best,
Marc





More information about the pmwiki-users mailing list