Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 1198 Revision 1199
Zeile 147... Zeile 147...
147
                    $shops[ $name ][ $dir ] = $this->getShopVer( $link, $ex );
147
                    $shops[ $name ][ $dir ] = $this->getShopVer( $link, $ex );
148
                }
148
                }
149
            }
149
            }
150
            ksort( $shops );
150
            ksort( $shops );
151
            \View::share( "shops", $shops );
151
            \View::share( "shops", $shops );
152
            \View::share( "versions", $versions );
-
 
153
            \View::share( "file", "common/changeShopVersion.tpl" );
152
            \View::share( "file", "common/changeShopVersion.tpl" );
Zeile 154... Zeile 153...
154
 
153
 
155
            return view( "admin/toolbox/changeShopVersion" );
154
            return view( "admin/toolbox/changeShopVersion" );