Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1922 Revision 1924
Zeile 31... Zeile 31...
31
			"noindex,follow",
31
			"noindex,follow",
32
			"noindex,nofollow",
32
			"noindex,nofollow",
33
			);
33
			);
34
		$hersteller = $this->hersteller->get_list('dropdown');
34
		$hersteller = $this->hersteller->get_list('dropdown');
35
		$preiseNamen = explode(";", ";".$GLOBALS["web_rechte"]["online_shop"]["artikel"]["preise"]);
35
		$preiseNamen = explode(";", ";".$GLOBALS["web_rechte"]["online_shop"]["artikel"]["preise"]);
36
		$typen = array();
-
 
37
		$aehnlich = array(
-
 
38
			"nein",
-
 
39
			"ja",
-
 
40
			);
-
 
41
		$sql = "SELECT
-
 
42
	            id,
-
 
43
	            name
-
 
44
	        FROM
-
 
45
	            content_management.medien_typ
-
 
46
	    ";
-
 
47
		$res = $this->db->query($sql);
-
 
48
		while ($row = $res->unbuffered_row('array'))
-
 
49
		{
-
 
50
			$typen[$row['id']] = $row['name'];
-
 
51
		}
-
 
52
		$this->smarty->assign("typen", $typen);
-
 
53
		$this->smarty->assign("aehnlich", $aehnlich);
-
 
54
		$this->smarty->assign('preisNamen', $preiseNamen);
36
		$this->smarty->assign('preisNamen', $preiseNamen);
55
		$this->smarty->assign('robots', $robots);
37
		$this->smarty->assign('robots', $robots);
56
		$this->smarty->assign('hersteller', $hersteller);
38
		$this->smarty->assign('hersteller', $hersteller);
57
	}
39
	}