minor refactoring in config

implement pagination
This commit is contained in:
Tina_Azure
2023-05-04 22:22:21 +02:00
parent 4720ffdad5
commit 8d2033b316
8 changed files with 132 additions and 19 deletions

View File

@@ -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