UrlProvider: Add Links to specify rendertype in allpages / category view

This commit is contained in:
2022-04-03 11:13:01 +02:00
parent 622ef5af6a
commit 1c1416934b
4 changed files with 23 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ class UrlProvider
std::string recentSorted(unsigned int limit, unsigned int offset, unsigned int sort);
std::string allPages();
std::string allPages(std::string rendertype);
std::string allCats();
std::string page(std::string pagename);
@@ -48,7 +49,8 @@ class UrlProvider
std::string refreshSession();
std::string category(std::string catname);
std::string category(std::string catname, std::string rendertype);
std::string login(std::string page);
std::string rootUrl();