Michael Stauber skrev:>
> Suggestion:
>
> In your GUI page use ...
>
> url="/base/feature/filename.php"
>
> ... as Brian suggested.
>
> Then create /usr/sausalito/ui/web/base/feature/filename.php and put the
> following code in it:
>
> <?php
> $dn = getenv('SERVER_NAME');
> header ("Location: http://$dn/myitem");
> ?>
>
> Problem solved.
>
> That just one way to do it. There may be others that are more elegant, but
> this gets the job done without too much jumping through too many loops.
>
This is exactly what I needed. I even think I understand the syntax! :)
Thank you.
Does anyone know of a source of documentation for the UI? I would like
to make a menu item that only shows in the siteadmin, if a site has a
ticked box in the site settings.
Is that possible?
Jes