Dynamic: Add DynamicContentIncludePage to allow including pages
Este commit está contenido en:
12
dynamic/dynamiccontentincludepage.h
Archivo normal
12
dynamic/dynamiccontentincludepage.h
Archivo normal
@@ -0,0 +1,12 @@
|
||||
#ifndef DYNAMICCONTENTINCLUDEPAGE_H
|
||||
#define DYNAMICCONTENTINCLUDEPAGE_H
|
||||
#include "dynamiccontent.h"
|
||||
class DynamicContentIncludePage : public DynamicContent
|
||||
{
|
||||
public:
|
||||
using DynamicContent::DynamicContent;
|
||||
|
||||
std::string render();
|
||||
};
|
||||
|
||||
#endif // DYNAMICCONTENTINCLUDEPAGE_H
|
Referencia en una nueva incidencia
Block a user