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

此提交包含在:
2022-04-03 11:13:01 +02:00
父節點 622ef5af6a
當前提交 1c1416934b
共有 4 個檔案被更改,包括 23 行新增2 行删除

查看文件

@@ -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();