Social - PixelExit.com

Social - PixelExit.com 1.5.14

No permission to download
Simple update for XenForo 1.1.4

  • Footer template updated
New Hook added in XenForo 1.1.4
Code:
            <xen:hook name="footer_after_copyright" />

You can manually update if you wish.
  1. Revert footer template
  2. Follow directions below
Find:
Code:
<div id="copyright">{xen:phrase xenforo_copyright}</div>

Replace with:
Code:
            <div id="copyright">{xen:phrase xenforo_copyright} | Style By: <a href="http://pixelexit.com">pixelExit.com</a></div>
            <xen:hook name="footer_after_copyright" />
  • Like
Reactions: Russ and Neal
Top Bottom