Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1250 Revision 1251
Zeile 1... Zeile 1...
1
<?php
1
	<?php
Zeile 2... Zeile 2...
2
 
2
 
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: 1250 $
8
 * @version $Rev: 1251 $
Zeile 9... Zeile 9...
9
 */
9
 */
10
 
10
 
11
class Weban_backend
11
class Weban_backend
Zeile 213... Zeile 213...
213
						"tools" => $u_tools,
213
						"tools" => $u_tools,
214
						);
214
						);
215
				}
215
				}
216
			}
216
			}
217
		}
217
		}
218
		$CI->smarty->assign('modules', $u_modules);
218
		$CI->smarty->assign('u_modules', $u_modules);
219
		$GLOBALS["web_rechte"] = $web_rechte;
219
		$GLOBALS["web_rechte"] = $web_rechte;
220
		$GLOBALS["user_rechte"] = $user_rechte;
220
		$GLOBALS["user_rechte"] = $user_rechte;
221
	}
221
	}
222
}
222
}