{source}
<!– You can place html anywhere within the source tags —>
<script language=”javascript” type=”text/javascript”>
// You can place JavaScript like this
</script>
<?php
// You can place PHP like this
$lg = &JFactory::getLanguage();
$language = $lg->get(‘backwardlang’);
$_SESSION[‘calendar_language’]= $language;
$urlif=”apps/calendar/calendar.php?lang=” . $language;
//echo $urlif;
echo ‘<iframe src=”‘. $urlif . ‘”width=”100%” height=”1500px” scrolling=”auto” frameborder=”0″ id=”events_calendar”> </iframe>‘;
?>
{/source}