Subversion-Projekte lars-tiefland.niewerth

Revision

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

Revision 21 Revision 25
Zeile 102... Zeile 102...
102
				$cal.="</tr>";
102
				$cal.="</tr>";
103
			}
103
			}
104
		}
104
		}
Zeile 105... Zeile 105...
105
 
105
 
-
 
106
		$cal.="</table>";
-
 
107
		$smarty->assign("d",$d);
-
 
108
		$smarty->assign("m",$m);
106
		$cal.="</table>";
109
		$smarty->assign("y",$y);
107
		$smarty->assign("cal",$cal);
110
		$smarty->assign("cal",$cal);
108
		$smarty->display("wochen.tpl");
111
		$smarty->display("wochen.tpl");
109
?>
112
?>