Which file echo's the "About Us", "Terms of Service", "Privacy Policy", "Contact Us" at footer? I know this values are stored in database, but I need to modify because of custommade theme.
Hi Layla, if you mean just the echo of the links in the footer then it is here:-\app\View\Elements\region\footer.ctpIf you mean the function "doLoadingFooter" then its here:-\app\View\MooView.phpLocations change based on which theme your using.... moreHi Layla, if you mean just the echo of the links in the footer then it is here:-
\app\View\Elements\region\footer.ctp
If you mean the function "doLoadingFooter" then its here:-
But I can't find where HTML code: "
<ul class="menu_2 nav navbar-nav menu_top_list horizontal" id=""><li class=""><a href="/pages/about-us" no_replace_ssl="1" title="" class="" target=""><i class=""></i>About Us</a></li><li class=""><a href="/pages/terms-of-service" no_replace_ssl="1" title="" class="" target=""><i class=""></i>Terms of Service</a></li><li class=""><a href="/pages/privacy-policy" no_replace_ssl="1" title="" class="" target=""><i class="">... moreYes, I mean doLoadingFooter();
But I can't find where HTML code: "
<ul class="menu_2 nav navbar-nav menu_top_list horizontal" id=""><li class=""><a href="/pages/about-us" no_replace_ssl="1" title="" class="" target=""><i class=""></i>About Us</a></li><li class=""><a href="/pages/terms-of-service" no_replace_ssl="1" title="" class="" target=""><i class=""></i>Terms of Service</a></li><li class=""><a href="/pages/privacy-policy" no_replace_ssl="1" title="" class="" target=""><i class=""></i>Privacy Policy</a></li><li class=""><a href="/home/contact" no_replace_ssl="1" title="" class="" target=""><i class=""></i>Contact Us</a></li></ul>"
Is created. I think it must be done in function widget(). But never mind, I don't have time to reverse engineer, I will patch that area with our own code.
But I can't find where HTML code: "
<ul class="menu_2 nav navbar-nav menu_top_list horizontal" id=""><li class=""><a href="/pages/about-us" no_replace_ssl="1" title="" class="" target=""><i class=""></i>About Us</a></li><li class=""><a href="/pages/terms-of-service" no_replace_ssl="1" title="" class="" target=""><i class=""></i>Terms of Service</a></li><li class=""><a href="/pages/privacy-policy" no_replace_ssl="1" title="" class="" target=""><i class="">... more
\app\Plugin\Menu\View\Helper\MenuHelper.php