Dynamic: Add DynamicContentIncludePage to allow including pages

Esse commit está contido em:
2022-03-27 21:36:53 +02:00
commit 1ae5495e61
7 arquivos alterados com 42 adições e 12 exclusões

Ver Arquivo

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