MyBB Community Forums

Full Version: No link back to forum in AdminCP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have installed a clean install of myBB 1.4.1
Databases have been moved over with no major problem

While using,I have noticed that when an Admin logs out,you don't have the link that send you back to the Forum,like in myBB 1.2, as indicated in the Attachment below

Is there a fix,or can I change it myself,if so while file,and what do I need to add/change

[attachment=10778]
In class_page.php, find:
	</div>
</div>
</body>
</html>
EOF;
Replace with:
	</div>
	<div class="smalltext" style="text-align: center; margin: 10px;"><a href="../">Return to forum</a></div>
</div>
</body>
</html>
EOF;
Thank You Wink