Oldengine
Active member
I would like to add "About" to the left of this menu with an HTML Link.
Would someone please guide me to the proper spots in the Admin Menu to make it happen?
Firefox Browser Source:
<footer class="p-footer" id="footer">
<div class="p-footer-inner">
<div class="p-footer-row">
<div class="p-footer-row-opposite">
<ul class="p-footer-linkList">
<li><a href="/community/index.php?mypage/">About</a></li>
<li><a href="/community/index.php?misc/contact/" data-xf-click="overlay">Contact</a></li>
<li><a href="/community/index.php?help/terms/">Terms</a></li>
<li><a href="/community/index.php?help/privacy-policy/">Privacy</a></li>
<li><a href="/community/index.php?help/">Help</a></li>
<li><a href="https://www.smokstak.com/community">Home</a></li>
<li><a href="/community/index.php?forums/-/index.rss" target="_blank" class="p-footer-rssLink" title="RSS"><span aria-hidden="true"><iclass="fa--xf far fa-rss" aria-hidden="true"></i><span class="u-srOnly">RSS</span></span></a></li>
</ul>
</div>
</div>
<div class="p-footer-copyright">
</div>
</div>
</footer>
Would someone please guide me to the proper spots in the Admin Menu to make it happen?
Firefox Browser Source:
<footer class="p-footer" id="footer">
<div class="p-footer-inner">
<div class="p-footer-row">
<div class="p-footer-row-opposite">
<ul class="p-footer-linkList">
<li><a href="/community/index.php?mypage/">About</a></li>
<li><a href="/community/index.php?misc/contact/" data-xf-click="overlay">Contact</a></li>
<li><a href="/community/index.php?help/terms/">Terms</a></li>
<li><a href="/community/index.php?help/privacy-policy/">Privacy</a></li>
<li><a href="/community/index.php?help/">Help</a></li>
<li><a href="https://www.smokstak.com/community">Home</a></li>
<li><a href="/community/index.php?forums/-/index.rss" target="_blank" class="p-footer-rssLink" title="RSS"><span aria-hidden="true"><iclass="fa--xf far fa-rss" aria-hidden="true"></i><span class="u-srOnly">RSS</span></span></a></li>
</ul>
</div>
</div>
<div class="p-footer-copyright">
</div>
</div>
</footer>
Last edited: