Шаблон: Блок главной страницы

правка
Разметка шаблона Блок главной страницы

<div style="overflow:auto;">
	<div style="clear:both;">
		{{welcome_on_site}}
	</div>

	<div style="float:left; width:50%; margin-top:6px;">
		<div class="titleindexblock" ><h3 style="margin:0px">Новости</h3></div>
		<div  class="indexblock" style="margin-bottom:6px;">
		{%%lastNews%%}
		</div>

	
	</div>
	<div style="float:right; width:49%; margin-top:6px;">
		
		<div class="titleindexblock"><h3 style="margin:0px">Избранные</h3></div>
		<div  class="indexblock" style="margin-bottom:6px;">
		{{featured_page}}
		</div>
		<div class="titleindexblock"><h3 style="margin:0px">Изображения в Теспедии</h3></div>  
		<div  class="indexblock" style="margin-bottom:6px;">
		{%%encImages%%}{%%encImagesAdds%%}
		</div>
		<div class="titleindexblock"><h3 style="margin:0px">Текущая Работа</h3></div>  
		<div  class="indexblock" style="margin-bottom:6px;">
		{{surrent_work}}
		</div>
	 
		<div class="titleindexblock"><h3 style="margin:0px">Активность</h3></div>  
		<div  class="indexblock"   >
		{__useractivity__}
		</div>
		
	</div>
</div>
<div style="margin-top:6px;">
		{{start_msg}}
</div>