Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

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

Revision 24 Revision 26
Zeile 10... Zeile 10...
10
    {
10
    {
11
        private string $xmlDir;
11
        private string $xmlDir;
Zeile 12... Zeile 12...
12
 
12
 
13
        public function create(): View
13
        public function create(): View
14
        {
14
        {
15
            return view( "admin/toolbox/index" );
15
            return view( "toolbox/index" );
Zeile 16... Zeile 16...
16
        }
16
        }
17
 
17
 
Zeile 234... Zeile 234...
234
            }
234
            }
235
            ksort( $shops );
235
            ksort( $shops );
236
            \View::share( "shops", $shops );
236
            \View::share( "shops", $shops );
237
            \View::share( "file", "common/changeShopVersion.tpl" );
237
            \View::share( "file", "common/changeShopVersion.tpl" );
Zeile 238... Zeile 238...
238
 
238
 
239
            return view( "admin/toolbox/changeShopVersion" );
239
            return view( "toolbox/changeShopVersion" );
Zeile 240... Zeile 240...
240
        }
240
        }
241
 
241
 
242
        private function getVersions(): array
242
        private function getVersions(): array