suredata Posted July 9, 2012 Share Posted July 9, 2012 Hi everyone, We recently updated our site to 5.1.2 and everything is working except for our customised portal template. Our template footer.tpl seems to be getting ignored somewhere and the contents replaced with the default. To test this I renamed the footer.tpl and sure enough the Quick Navigation menu disappears. However the contents of the tpl are: <div id="side_menu"> <p class="header">{$LANG.quicknav}</p> <ul> {if $loggedin} <li>Custom link</li> <li>Custom link</li> <li>Custom link</li> {/if} </ul> [other content - twitter etc] </div> Has anyone else seen this, and if so, where do you now set the menu items? Cheers 0 Quote Link to comment Share on other sites More sharing options...
suredata Posted July 10, 2012 Author Share Posted July 10, 2012 Just to finalise this thread (not that it got anywhere ) we found the issue. Basically our server was running low on disk space and it seems the rendering resorted to the default when the templates_c folder could no longer be written to. We only discoverd this when other logs started failing. Cheers 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.