Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 89 Revision 111
Zeile 1... Zeile 1...
1
<?
1
<?
2
	require("libs/Smarty.class.php");
2
	require("libs/Smarty.class.php");
3
	require("Translation2.php");
3
	require("Translation2.php");
4
	$smarty=new Smarty();
4
	$smarty=new Smarty();
-
 
5
	function smarty_block_dynamic($param, $content, &$smarty)
-
 
6
	{
-
 
7
		return $content;
-
 
8
	}
-
 
9
	$smarty->register_block('dynamic', 'smarty_block_dynamic', false);
-
 
10
 
5
	if(file_exists("include/config.xml"))
11
	if(file_exists("include/config.xml"))
6
	{
12
	{
7
		$smarty->assign("meld","An error occured!");
13
		$smarty->assign("meld","An error occured!");
8
		$smarty->assign("db_meld","Config file already exists!");
14
		$smarty->assign("db_meld","Config file already exists!");
9
		$smarty->assign("error",true);
15
		$smarty->assign("error",true);