Skip to content

Instantly share code, notes, and snippets.

@rotzek
rotzek / vor-zurück-blättern für Artikel
Created November 9, 2016 20:58
redaxo Blätter-Navigation
$aid = $this->getValue('article_id');
// EXPLODE PATH
$PATH = explode("|",$this->getValue("path").$aid."|");
// GET CURRENTS
$path1 = $PATH[1];
$path2 = $PATH[2];
foreach (OOCategory::getChildrenById($path2, true) as $lev1) {