embedding slooze / link function
Brought to you by:
mdkendall
I use slooze embedded in my own set of pages, so the URLs need to
point to my own .php file with special parameters to load the photo
page, like:
index.php?page=photo
To make slooze
work for me, I had to set $actionURL = "index.php?page=photo"
and then edit slooze.php and change all occurences of "?" to "&",
like in:
< "?TopicID=" . urlencode($topic['TopicID']) .
>
"&TopicID=" . urlencode($topic['TopicID']) .
Maybe a
function can be created which generates URLs. Then it could be
easily overloaded.