From d9816ef4affa3d7096a2189e9b171d9d130a727e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 10 Jan 2020 15:28:56 +0100 Subject: new feature : multi edit base working --- app/class/Metaedit.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app/class/Metaedit.php (limited to 'app/class/Metaedit.php') diff --git a/app/class/Metaedit.php b/app/class/Metaedit.php new file mode 100644 index 0000000..e21a0c2 --- /dev/null +++ b/app/class/Metaedit.php @@ -0,0 +1,44 @@ +resettag) { + $page->tag([]); + } + $page->addtag($this->tag); + if($this->resetdate) { + $page->date() + } + $page->secure($this->secure); + $page->templatebody($this->templatebody); + $page->templatecss($this->templatecss); + $page->templatejavascript($this->templatejavascript); + + return $page; + } + +} + + + + + +?> \ No newline at end of file -- cgit v1.2.3