callmac Posted April 9, 2010 Share Posted April 9, 2010 I have a strange problem with my footer on my web site. This is the code form my blockvariouslinks.tpl downloaded and checked in Dreamweaver <!-- MODULE Block various links --> {l s='Specials' mod='blockvariouslinks'} {l s='New products' mod='blockvariouslinks'} {l s='Top sellers' mod='blockvariouslinks'} {l s='Contact us' mod='blockvariouslinks'} {foreach from=$cmslinks item=cmslink} {$cmslink.meta_title|escape:'htmlall':'UTF-8'} {/foreach} {l s='Web Design' mod='blockvariouslinks'} CallJMac™ <!-- /MODULE Block various links -->Yet when I check the source in Firefox this is what I get<!-- Block various links --> Newsletter <form action="http://www.silkkisses.com/" method="post"> <textarea type="text" name="email" size="21" value="your e-mail"></textarea> <input type="submit" value="ok" name="submitNewsletter" /> </form> More infos About us Contact us Site map New Specials New products Top sellers Legals Delivery Legal Notice Terms and conditions of use [/color]The above code makes my footer go all funny. Can anybody tell me how to sort this as I only want the code that is in my blockvariouslinks.tpl and not the code above. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now