MarkF Posted March 16, 2009 Share Posted March 16, 2009 Hihow do I do this?If I add a new CMS page to then add into the Info bloack, I can't specify the contact-form.php page as the direct link?Thanks Link to comment Share on other sites More sharing options...
Jalux Posted April 3, 2009 Share Posted April 3, 2009 You could use the Link block module rename it to Information and include the web addresses needed there,I think you can put external links here if you do some configuration, but definitely know that internal links including the contact-form.php can be added here.In order to make the Link block look like the information blocklook for the global.cssul.bullet li, .block ul.bullet li {global.css (line 533)background:transparent url(../img/bullet.gif) no-repeat scroll 0.6em 0.5em;list-style-type:none;padding-left:2em;delete the line "background" and "padding-left:2em" Link to comment Share on other sites More sharing options...
ccmx106 Posted June 20, 2009 Share Posted June 20, 2009 you can add this line after the {/foreach} in blockinfos.tpl, this also works with your category tree in blockcategories.tpl if you want to add links there as well. depending on whether or not you are using friendly url you may need to change the link to suit. Contact Us Link to comment Share on other sites More sharing options...
AlmeraGTI Posted September 21, 2010 Share Posted September 21, 2010 you can add this line after the {/foreach} in blockinfos.tpl, this also works with your category tree in blockcategories.tpl if you want to add links there as well. depending on whether or not you are using friendly url you may need to change the link to suit.Contact Us Thank you "ccmx106", this worked for me but I have a bilingual website English and Spanish, so would you know what code I would have to input to make the title appear on the Spanish side in Spanish. By the way I use the code to include the Sitemap also. Link to comment Share on other sites More sharing options...
rocky Posted September 22, 2010 Share Posted September 22, 2010 Try the following instead: {l s='Contact Us' mod='blockinfos'} 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