Illumina CMS duplicated news articles

KeironParkes

Member
Oct 19, 2013
235
39
Everytime I post a news article on IlluminaCMS, this happens:
byjbINI.png

Can someone help?
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Open up news.php and prn screen it.Or go to engine/templates/newslist.tpl and paste this code
Code:
<div id="container">
    <div id="content" style="position: relative" class="clearfix">
    <div>


<div class="habblet-container " style="float:left; width:210px;">       
    <div class="cbb clearfix orange ">
        <h2 class="title">News</h2>
            <div id="article-archive">
                 <h2>Last 50 Articles</h2>
                    <ul>
                        {function="lightcms::drawNewsList(_id)"}
                    </ul>
            </div>
        </div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
 

Users who are viewing this thread

Top