webmcp

view framework/env/slot/__init.lua @ 363:1d850c6688b6

New release of v2.0.2 because tar.gz file of v2.0.1 did not contain Makefile.options
author jbe
date Sun Mar 29 15:21:54 2015 +0200 (2015-03-29)
parents a88662f795e0
children 93ebbc1e5dbc
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
8 slot._data = nil
9 slot.reset_all()
11 end)

Impressum / About Us