ramanm Posted January 9, 2014 Share Posted January 9, 2014 I have the certificate html text , how can I add to my home page on left column . <span id="cdSiteSeal1"><script type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=cdSiteSeal1&cdSealType=Seal1&sealId=b256a5f1b97f2b7388010c92cbd6a767532c4eb2295f3a2fd5652d06f23a1d5c"></script></span> Regards Raman Link to comment Share on other sites More sharing options...
Er.Ritesh Posted January 9, 2014 Share Posted January 9, 2014 Hello ramanm You can add your code in themes/your_theme/header.tpl <div id="left_column" class="column grid_2 alpha"> your code is here............ {$HOOK_LEFT_COLUMN} </div> Link to comment Share on other sites More sharing options...
vekia Posted January 9, 2014 Share Posted January 9, 2014 you can do it in many ways, with template modification exactly as Ritesh suggested above, or with free module like html block. with this addon you can easily add any content you want to your website, also scripts (like you attached above). In module you can select position where you want to display it, also left column 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