Jump to content

Having problem with downloadscat.tpl


osCommerce

Recommended Posts

First the page is not picking up the stylesheet. I have uploaded downloadscat.tpl and also the template file again in binary but no luck. Anything else I should try?

 

I am also customizing my breadcrumb trail and having an issue with the code on this page. This is what I have

 

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="border-bottom:1px solid;">
 <tr>
   <td valign="top" height="30">{$LANG.globalyouarehere}: <a href="index.php">Home</a>{if $loggedin} > <a href="clientarea.php">Client Area</a>{/if} > <a href="downloads.php">Downloads</a> > <a href="downloads.php/{$dlcat.id}/{$dlcat.urlfriendlyname}">{$dlcat.urlfriendlyname}</a></td>
   <td valign="top" height="30" style="text-align:right;">{if $loggedin}{$LANG.welcomeback} {$clientsdetails.firstname}! <a href="logout.php">{$LANG.clientareanavlogout}</a>{else}{$LANG.please} <a href="clientarea.php">{$LANG.loginbutton}</a> or <a href="register.php">{$LANG.clientregistertitle}</a>{/if}</td>
 </tr>
</table>

 

But it is only showing up as

 

 

You are here: Home > Client Area > Downloads >

 

It should have the category name at the end. That code is placed at the very top of the template file, line #1.

 

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated