mod_http_muc_log/mod_http_muc_log.lua
changeset 3598 b66111f75e4b
parent 3597 0b670831ace3
child 3599 00a848ede42d
equal deleted inserted replaced
3597:0b670831ace3 3598:b66111f75e4b
   236 		jid = get_room(room).jid;
   236 		jid = get_room(room).jid;
   237 		hide_presence = hide_presence(request);
   237 		hide_presence = hide_presence(request);
   238 		years = years;
   238 		years = years;
   239 		links = {
   239 		links = {
   240 			{ href = "../", rel = "up", text = "Room list" },
   240 			{ href = "../", rel = "up", text = "Room list" },
       
   241 			{ href = "latest", text = "Latest" },
   241 		};
   242 		};
   242 	});
   243 	});
   243 end
   244 end
   244 
   245 
   245 -- Produce the chat log view
   246 -- Produce the chat log view