Author Topic: deleting new imagaes?  (Read 5061 times)

0 Members and 1 Guest are viewing this topic.

Offline newdls

  • Newbie
  • *
  • Posts: 33
    • View Profile
deleting new imagaes?
« on: March 26, 2007, 07:57:07 PM »
On the main page i have 3 new images at the bottom, I dont want them,where do i go to remove the codes for these new images?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: deleting new imagaes?
« Reply #1 on: March 26, 2007, 08:12:22 PM »
Hi

in
templates/default/home.html

search and delete:
Code: [Select]
                  <table width="450" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td class="head1" valign="top">{lang_new_images}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                    <tr>
                      <td class="head1">{new_images}</td>
                    </tr>
                  </table>


cu
KUrt

Offline newdls

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: deleting new imagaes?
« Reply #2 on: March 26, 2007, 08:50:41 PM »
Thanks Kurt Problem solved, I had to go to 4dark folder its the template im using and to home html i forgot to specify what template i am using.. good day!