onecallhire Posted January 9, 2014 Share Posted January 9, 2014 Hi, i want to make the title on the Catagories block a link that takes you to the home page. unfortunalty i dont know where i would need to go to add this. Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2014 Share Posted January 9, 2014 You can change blockcategories.tpl, in modules/ or in the theme folder, modules <h4 class="title_block">{l s='Categories' mod='blockcategories'}</h4> Add the link here like <h4 class="title_block"><a href="{$base_dir_ssl}">{l s='Categories' mod='blockcategories'}</a></h4> Link to comment Share on other sites More sharing options...
onecallhire Posted January 9, 2014 Author Share Posted January 9, 2014 thank you very much Link to comment Share on other sites More sharing options...
vekia Posted January 9, 2014 Share Posted January 9, 2014 btw. {$base_dir_ssl} will generate secured url (with https) why not to use just {$content_dir} ? Link to comment Share on other sites More sharing options...
onecallhire Posted January 10, 2014 Author Share Posted January 10, 2014 in terms of it use of the link would there be much of a difference if it is https or http? Link to comment Share on other sites More sharing options...
NemoPS Posted January 10, 2014 Share Posted January 10, 2014 It depends on what you want. Generally, I used the ssl dir to refer to images which are displayed in ssl'd pages as well. If you don't have special requirement, what Vekia suggested is okay Link to comment Share on other sites More sharing options...
onecallhire Posted January 10, 2014 Author Share Posted January 10, 2014 ok, so for general use there is not much of a difference other then the fact that {$base_dir_ssl} will be using a secure port Link to comment Share on other sites More sharing options...
NemoPS Posted January 10, 2014 Share Posted January 10, 2014 If ssl is disabled, that will give you a normal http anyway Yes, you are correct Link to comment Share on other sites More sharing options...
onecallhire Posted January 10, 2014 Author Share Posted January 10, 2014 ok thank you both for your help Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2014 Share Posted January 10, 2014 If ssl is disabled, that will give you a normal http anyway Yes, you are correct ... ohh.. so many variables, im confused Link to comment Share on other sites More sharing options...
NemoPS Posted January 10, 2014 Share Posted January 10, 2014 Me too, they should be unified, definitely, because right now you have base_dir and content_dir, but they are the same Link to comment Share on other sites More sharing options...
Recommended Posts