]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added stylesheet support
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 11 Jul 2006 20:24:26 +0000 (20:24 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 11 Jul 2006 20:24:26 +0000 (20:24 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4350 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_httpd_stats.cpp

index 4887141fdb9e5837c650769e451f8ee2d64d560d..fada1f572c5342756c04b00c82775b33d6135456 100644 (file)
@@ -108,6 +108,7 @@ class ModuleHttpStats : public Module
                                        <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">";
 
                                data << "<head>";
+                               data << "<link rel='stylesheet' href='" << this->stylesheet << "' type='text/css' />";
                                data << "<title>InspIRCd server statisitics for " << Srv->GetServerName() << " (" << Srv->GetServerDescription() << ")</title>";
                                data << "</head><body>";
                                data << "<h1>InspIRCd server statisitics for " << Srv->GetServerName() << " (" << Srv->GetServerDescription() << ")</h1>";