Subversion-Projekte lars-tiefland.shop_ns

Revision

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

Revision 2 Revision 7
Zeile 62... Zeile 62...
62
                unset( $staffel["preis"][0] );
62
                unset( $staffel["preis"][0] );
63
                unset( $staffel["menge"][0] );
63
                unset( $staffel["menge"][0] );
64
                $this->preis[$p_index]["preis"] = $preis;
64
                $this->preis[$p_index]["preis"] = $preis;
65
                $this->preis[$p_index]["staffel"] = $staffel;
65
                $this->preis[$p_index]["staffel"] = $staffel;
66
            }
66
            }
-
 
67
            if ( count( $this->bilder ) > 1 )
-
 
68
            {
-
 
69
                $thumbs = "";
-
 
70
                foreach ( $this->bilder as $bild )
-
 
71
                {
-
 
72
                    if ( $bild["typ"] == "Bild" )
-
 
73
                    {
-
 
74
                        $thumbs .= "
-
 
75
                            <li>
-
 
76
                                <a href=\"javascript:void(0);\" rel=\"{gallery: gal1, smallimage: /images/Bild_" .
-
 
77
                            $bild["bild_index"] . "/kl/" . $bild["url"] .
-
 
78
                            ", largeimage: /images/Bild_" . $bild["bild_index"] .
-
 
79
                            "/" . $bild["url"] . "}\">
-
 
80
                                <img src=\"/images/Bild_" . $bild["bild_index"] .
-
 
81
                            "/mini/" . $bild["url"] . "\" />
-
 
82
                                </a>
-
 
83
                            </li>
-
 
84
                        ";
-
 
85
                    }
-
 
86
                }
-
 
87
                $this->thumbs = $thumbs;
-
 
88
            }
67
            $this->instantConfirm = "/index.php?basket=true&item=$this->id&menge=1";
89
            $this->instantConfirm = "/index.php?basket=true&item=$this->id&menge=1";
68
        }
90
        }
Zeile 69... Zeile 91...
69
 
91
 
70
        public static function Liste( $father )
92
        public static function Liste( $father )