blob: 2d070472f4faebe1ff2a280953b705a813a56ebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Allows you to select a new skin.
<form action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%URLPARAM{" fromweb"}%/%urlparam{"fromtopic"}%"="fromweb"}%/%URLPARAM{"fromtopic"}%"" method="get">
<dl>
<dt> Skin</dt>
<dd> %SKINSELECT% <input type="submit" value="Go" /></dd>
</dl>
</form>
Notes:
* this will only persist for your session and this will only work if the [[SessionPlug]] in installed
* this page will not work correctly if you came to it directly
|