[Pmwiki-users] CSS layout in pmwiki-0.6
Patrick R. Michaud
pmichaud
Tue Jan 20 08:59:49 CST 2004
On Tue, Jan 20, 2004 at 01:50:58PM +0100, Christian Ridderstr?m wrote:
>
> Maybe this choice between table or div-laoyt could be allowed to be
> controlled through an extra argument in the URI?
>
> http://.../Kallisti/LongTextPageDiv?layout=table
> or
> http://.../Kallisti/LongTextPageDiv?layout=div
An admin could enable this functionality by doing something like
if ($HTTP_GET_VARS['layout']=='div') {
include_once('scripts/csslayout.php');
// ... other stuff
}
Pm
More information about the pmwiki-users
mailing list