From 713082ac3ec8489f67e8d76b4b58cabcf85f4880 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 7 Sep 2014 12:58:33 +0200 Subject: [PATCH] webadmin: add missing page title Makes sure "Traffic Info" shows up in the breadcrumbs. --- modules/webadmin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 5298050e..0dc3b1e0 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1405,6 +1405,7 @@ public: } bool TrafficPage(CWebSock& WebSock, CTemplate& Tmpl) { + Tmpl["Title"] = "Traffic Info"; Tmpl["Uptime"] = CZNC::Get().GetUptime(); const map& msUsers = CZNC::Get().GetUserMap();