I have searched everywhere and can't find an answer.. I like the NEW ITEMS on the main page but I want it up further..

I'm using CSS-fluid-1

I want to add:
Code:
<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>
up further on the page and remove it from the bottom

Doing some research here it looks like I should be looking at
templates/CSS-fluid-1/main_page.tpl.php

in this area:
Code:
 <div id="middleFrame">
    <div id="middleContent"><?php
        require (bts_select ('content')); // BTSv1.5
  ?></div>
But then I am lost as to where to go..

If I use the Define main page option inside the admin, the editor changes the php code to an HTML comment.

Anyone do this that can guide me?

thanks