Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1957 Revision 1962
Zeile 4... Zeile 4...
4
{
4
{
5
	public function __construct()
5
	public function __construct()
6
	{
6
	{
7
		parent::__construct();
7
		parent::__construct();
8
		$this->load->model('herstellerkatalog_model', 'herstellerkatalog');
8
		$this->load->model('herstellerkatalog_model', 'herstellerkatalog');
-
 
9
		$robots = array(
-
 
10
			"index,follow",
-
 
11
			"index,nofollow",
-
 
12
			"noindex,follow",
-
 
13
			"noindex,nofollow",
-
 
14
			);
-
 
15
		$this->smarty->assign('robots', $robots);
9
	}
16
	}
Zeile 10... Zeile 17...
10
 
17
 
11
	public function index()
18
	public function index()
12
	{
19
	{