From a07e48f45e3b922a63aaae58b5bd816b8e324ee1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 May 2015 21:14:36 +0200 Subject: started to add pages --- src/strusCms.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/strusCms.hpp') diff --git a/src/strusCms.hpp b/src/strusCms.hpp index 9f2bba4..285f026 100644 --- a/src/strusCms.hpp +++ b/src/strusCms.hpp @@ -3,9 +3,10 @@ #include +#include "mail.hpp" #include "intro.hpp" #include "user.hpp" -#include "mail.hpp" +#include "page.hpp" namespace apps { @@ -15,9 +16,10 @@ class strusCms : public cppcms::application { std::string root( std::string locale_name = "" ); public: - apps::user user; - apps::intro intro; apps::master master; + apps::intro intro; + apps::user user; + apps::page page; std::string conn; mailer mail; -- cgit v1.2.3-54-g00ecf