Author Topic: Links top images and new images doesn't shows  (Read 3029 times)

0 Members and 1 Guest are viewing this topic.

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Links top images and new images doesn't shows
« on: February 08, 2007, 01:00:29 PM »
Here is code:

Code: [Select]
            <table width="638" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td class="navbar" height="23"><table width="636" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}</td>
                      <td align="right">





<a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
<a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;
  </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>

But in the Navbar, these links doesn't shows

Please help me!

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: Links top images and new images doesn't shows
« Reply #1 on: February 08, 2007, 09:45:42 PM »
how about a link to your site, what version do you use, any mods or templates installed etc. ....

manurom

  • Guest
Re: Links top images and new images doesn't shows
« Reply #2 on: February 09, 2007, 05:18:41 AM »
Hello;
trez is right. You should mention some more informations.
Anyway, your page calls two functions: {lang_top_images} and {lang_new_images}.
Then, the script parses your_site/lang/your_language/main.php to find what these functions mean. If it encounters nothing, well, it displays nothing...
So, please make sure you have the right updated language subfolder in the lang folder.
BTW, don't forget what trez said and give us some more informations, please.