cotonti.com : How do i edit the home page? https://www.cotonti.com Son konu mesajları Cotonti en Sat, 04 Apr 2026 10:33:59 -0000 GHengeveld Pzt, 09 Mar 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>
]]>
Paz, 08 Mar 2009 18:42:00 -0000
andrew789123
so how do i do it?

Thanks!]]>
Paz, 08 Mar 2009 18:04:36 -0000