Subversion-Projekte lars-tiefland.shop_ns

Revision

Revision 22 | Revision 24 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 22 Revision 23
Zeile 137... Zeile 137...
137
    }
137
    }
Zeile 138... Zeile 138...
138
 
138
 
139
    function shopPosition( $root )
139
    function shopPosition( $root )
140
    {
140
    {
141
        $path = getPath( $root );
141
        $path = getPath( $root );
142
        rsort( $path );
142
        //rsort( $path );
143
        return $path;
143
        return $path;
144
    }
144
    }
145
?>
145
?>