summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 285f026..83d4c8c 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -14,6 +14,7 @@ class strusCms : public cppcms::application {
public:
strusCms( cppcms::service &srv );
std::string root( std::string locale_name = "" );
+ std::string media_root( std::string locale_name = "" );
public:
apps::master master;
@@ -25,6 +26,7 @@ class strusCms : public cppcms::application {
private:
std::string script;
+ std::string media;
std::string locale_name;
};