From 2e27596acb55e15495492fee916304d647bb3eab Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 31 Mar 2019 15:38:42 +0200 Subject: domain analyser OG meta rendering --- app/class/modelrender.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'app/class/modelrender.php') diff --git a/app/class/modelrender.php b/app/class/modelrender.php index 046499f..540e7b9 100644 --- a/app/class/modelrender.php +++ b/app/class/modelrender.php @@ -198,6 +198,13 @@ class Modelrender extends Modelart $head .= '' . PHP_EOL; $head .= '' . PHP_EOL; + + $head .= '' . PHP_EOL; + $head .= '' . PHP_EOL; + $head .= '' . PHP_EOL; + $head .= '' . PHP_EOL; + + foreach ($this->art->externalcss() as $externalcss) { $head .= '' . PHP_EOL; } @@ -216,12 +223,6 @@ class Modelrender extends Modelart $head .= '' . PHP_EOL; $head .= '' . PHP_EOL; - // if (!empty($this->art->templatecss())) { - // $tempaltequickcssart = $this->art->templatecss(); - // $head .= '' . PHP_EOL; - // } - // $head .= '' . PHP_EOL; - if (!empty($this->art->templatecss())) { $tempaltecssart = $this->art->templatecss(); $head .= '' . PHP_EOL; -- cgit v1.2.3