Practic Posted August 19, 2016 Share Posted August 19, 2016 Can someone help me to edit this area. So, I tried to explain the screenshot below what I try to do. In Figure 1 is the actual code which I want to clone and then change the link and the title. The result is in Figure 2. My problem is I do not know where I can find the code below. <div class="prestablog-nav-top"> <a href= "http://www.practiconline.ro/? fc=module&module= prestablog&controller=blog" > Blog </a> Thank you Link to comment Share on other sites More sharing options...
sandipchandela Posted August 19, 2016 Share Posted August 19, 2016 Blog link is coming from third party blog module. Try to first search in themes/your theme /blog module (name may be vary) If it's not there then check in modules/blog module directory. Do search in all tpl files as well as. Php files Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2016 Share Posted August 19, 2016 this item is probably associated with displayNav hook, so you need to alter .tpl file that is template file for hook displayNav function from your module .php file. 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