Jump to content

[SOLVED] Add direct link to contact form in Info block


Recommended Posts

  • 3 weeks later...

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 block

look for the global.css

ul.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

  • 2 months later...

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

  • 1 year later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...