webmcp

view framework/env/slot/__init.lua @ 481:416550ff0bb5

Removed obsolete warning in documentation
author jbe
date Tue Jun 06 20:24:57 2017 +0200 (2017-06-06)
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