Dynamic: Add DynamicContentIncludePage to allow including pages

This commit is contained in:
2022-03-27 21:36:53 +02:00
父節點 7bb7600d39
當前提交 1ae5495e61
共有 7 個文件被更改,包括 42 次插入12 次删除

查看文件

@@ -4,12 +4,8 @@
#include "dynamiccontent.h"
class DynamicContentPostList : public DynamicContent
{
private:
std::string catname;
public:
using DynamicContent::DynamicContent;
void setCategory(std::string catname);
std::string render() override;
};