minor refactoring in config
implement pagination
This commit is contained in:
@@ -52,5 +52,11 @@ namespace TemplateConstCollection {
|
||||
|
||||
//Mustache Cookie variable names
|
||||
const static std::string MUSTACHE_COOKIE_LOGGED_IN = "COOKIE_LOGGED_IN";
|
||||
|
||||
//Mustache variable names
|
||||
const static std::string MUSTACHE_PAGINATION = "PAGINATION";
|
||||
const static std::string MUSTACHE_PAGINATION_NUMBERS = "PAGINATION_NUMBERS";
|
||||
const static std::string MUSTACHE_PAGINATION_PREVIOUS = "PAGINATION_PREVIOUS";
|
||||
const static std::string MUSTACHE_PAGINATION_NEXT = "PAGINATION_NEXT";
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user