cotonti.com : How do i edit the home page? https://www.cotonti.com Laatste forum onderwerpen Cotonti en Sat, 04 Apr 2026 10:34:31 -0000 GHengeveld Ma, 09 Mrt 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>
]]>
Zo, 08 Mrt 2009 18:42:00 -0000
andrew789123
so how do i do it?

Thanks!]]>
Zo, 08 Mrt 2009 18:04:36 -0000