cotonti.com : How do i edit the home page? https://www.cotonti.com Останні повідомлення в темі Cotonti en Wed, 20 May 2026 23:12:35 -0000 GHengeveld Пн, 09 Бер 2009 05:49:26 -0000 pieter It is static.

They added a block like there is one already:
<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
Change it to this:
<div class="lboxHD">Title you want</div>
<div class="lboxBody">Text you want, this is the body</div>

And add it above {INDEX_NEWS}.

<div id="lSide">
	<div class="lboxHD">Title you want</div>
	<div class="lboxBody">Text you want, this is the body</div>

	{INDEX_NEWS}

	<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
	<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
	
</div>
]]>
Нд, 08 Бер 2009 18:42:00 -0000
andrew789123
so how do i do it?

Thanks!]]>
Нд, 08 Бер 2009 18:04:36 -0000