Add an embedded mode for platal.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 9 Dec 2010 21:22:37 +0000 (22:22 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 9 Dec 2010 21:26:45 +0000 (22:26 +0100)
commit7299bfcef8ccaffa52ecd0ca3adf92c84f79c248
treed54207dc36190963c5b48cb2f6e707a0222bcce4
parent2055d886e01ef029b4eee998cea108351d74c188
Add an embedded mode for platal.

You can query /embedded/{mode}/path/to/url to get a mode in which the
skinning mode information is propagated through pages.

e.g.: https://www.p.org/embedded/light/search can be used to get the
search page with light skinning.

Note: This only requires a hack in .htaccess to work with static files.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plpage.php
include/platal.inc.php
modules/core.php