Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 912 Revision 913
Zeile 567... Zeile 567...
567
                                break;
567
                                break;
568
                            }
568
                            }
569
                        }
569
                        }
570
                        if ( $_GET["Land"] || $_GET["liefer"] )
570
                        if ( $_GET["Land"] || $_GET["liefer"] )
571
                        {
571
                        {
572
                            echo $pppVersand;
572
                            return $pppVersand;
573
                        }
573
                        }
574
                        else
574
                        else
575
                        {
575
                        {
576
                            \View::share( "ppplusVersand", $pppVersand );
576
                            \View::share( "ppplusVersand", $pppVersand );
577
                            echo view( "update_versand" );
577
                            return view( "update_versand" );
578
                        }
578
                        }
579
                    }
579
                    }
580
                }
580
                }
581
            }
581
            }
582
        }
582
        }