Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 941 Revision 1005
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 941 $
8
 * @version $Rev: 1005 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Weban_backend
11
class Weban_backend
12
{
12
{
Zeile 35... Zeile 35...
35
			WHERE
35
			WHERE
36
				domain='".__SHOP__."'
36
				domain='".__SHOP__."'
37
		";
37
		";
38
		$res = $GLOBALS["db_red"]->query($sql);
38
		$res = $GLOBALS["db_red"]->query($sql);
39
		$GLOBALS["webs"] = $res->row_array();
39
		$GLOBALS["webs"] = $res->row_array();
-
 
40
		$CI->smarty->assign("webs", $GLOBALS["webs"]);
Zeile 40... Zeile 41...
40
 
41
 
41
		$sql = "SELECT
42
		$sql = "SELECT
42
				modules.interner_name AS m_name,
43
				modules.interner_name AS m_name,
43
				tools.button_name AS t_name,
44
				tools.button_name AS t_name,