Skip to content
Code-Schnipsel Gruppen Projekte

Add QUIQQER Tooling

Zusammengeführt Jan Wennrich schlägt vor, feat-quiqqer-tooling in next-1.x zu mergen.
1 Datei
+ 4
2
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -94,10 +94,12 @@ public function getBody()
));
// load custom template (if set)
if ($this->getAttribute('displayTemplate')
if (
$this->getAttribute('displayTemplate')
&& file_exists($this->getAttribute('displayTemplate'))
) {
if ($this->getAttribute('displayCss')
if (
$this->getAttribute('displayCss')
&& file_exists($this->getAttribute('displayCss'))
) {
$this->addCSSFile($this->getAttribute('displayCss'));