Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 1657 Revision 1659
Zeile 250... Zeile 250...
250
        }
250
        }
Zeile 251... Zeile 251...
251
 
251
 
252
        public function shopPosition(): Collection
252
        public function shopPosition(): Collection
253
        {
253
        {
254
            $pos = collect(); //$pos = "Sie sind hier: <a href=\"/\">Startseite</a> <span class='breadcrumb-trenner'> &raquo; </span>";
254
            $pos = collect(); //$pos = "Sie sind hier: <a href=\"/\">Startseite</a> <span class='breadcrumb-trenner'> &raquo; </span>";
255
            $path = getPath( $_SESSION['navigation']['position'] );
255
            $path = getPath( $_SESSION['navigation']['position'] )->reverse();
256
            foreach ( $path as $dir )
256
            foreach ( $path as $dir )
257
            {
257
            {
258
                $pos[] = $dir;
258
                $pos[] = $dir;