From db8511e5081747ebddc4f16303a9c7fe44bb313e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 19 Apr 2015 13:47:08 +0200 Subject: some text changes --- src/master_content.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/master_content.hpp b/src/master_content.hpp index ff40b09..23db633 100644 --- a/src/master_content.hpp +++ b/src/master_content.hpp @@ -28,6 +28,10 @@ struct master : public cppcms::base_content { login_link = "/strusCms/login"; logout_link = "/strusCms/logout"; } + + std::string root( ) { + return "/strusCms"; + } }; } -- cgit v1.2.3-54-g00ecf