version 0.3.23
[fms.git] / include / http / pages / boardspage.h
index a8e1c1a..0e4383c 100644 (file)
@@ -7,7 +7,7 @@
 class BoardsPage:public IPageHandler,public IDatabase\r
 {\r
 public:\r
-       BoardsPage(const std::string &templatestr):IPageHandler(templatestr)    {}\r
+       BoardsPage(const std::string &templatestr):IPageHandler(templatestr,"boards.htm")       {}\r
        \r
        IPageHandler *New()     { return new BoardsPage(m_template); }\r
 \r