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

このコミットが含まれているのは:
2022-04-03 11:13:01 +02:00
コミット 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();