Content deleted Content added
Fux |
No edit summary |
||
Line 101:
end
function p._main(args, frame)
local cfg = getConfig()
if #args == 0 and frame then
args[1] = frame:getParent():getTitle() .. "/" .. cfg["default_subpage_name"]
end
Line 121:
end
end
return p._main(args, frame)
end
|