summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp8
1 files changed, 5 insertions, 3 deletions
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 <cppcms/application.h>
+#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;