I tried that, but the following code throws an error:
Code:
//add special Markup element if Article is home or om-oss:$articleIsCustom = false;if ($this->item->alias == "om-oss" || $this->item->home) { $articleIsCustom = true;}
Code:
|| $this->item->home
The error in question:
Warning: Undefined property: stdClass::$home
Statistics: Posted by SocketPup — Thu Apr 25, 2024 2:11 pm