Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
  2. {$auto_dst_detection}
  3.  
  4. <div id="footerstuff">
  5. <table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
  6. <tr>
  7. <td valign="top" width="100">
  8. <div class="fmenu">
  9. <ul>
  10. <li><a href="{$mybb->settings['contactlink']}"><i style="font-size: 14px;" class="fa fa-phone fa-fw"></i> {$lang->bottomlinks_contactus}</a></li>
  11. <li><a href="#top"><i style="font-size: 14px;" class="fa fa-chevron-up fa-fw"></i> {$lang->bottomlinks_returntop}</a></li>
  12. </ul>
  13. </div>
  14. </td>
  15. <td>&nbsp;</td>
  16. <td valign="top" width="100">
  17. <div class="fmenu">
  18. <ul>
  19.  
  20. <li><a href="<archive_url>"><i style="font-size: 14px;" class="fa fa-reorder fa-fw"></i> Lite mode</a></li>
  21.  
  22. <li><a href="misc.php?action=help"><i style="font-size: 14px;" class="fa fa-info-circle fa-fw"></i> Help</a></li>
  23. </ul>
  24. </div>
  25. </td>
  26. <td>&nbsp;</td>
  27. <td valign="top" width="40%"><br />
  28. <a href="http://www.mybb.com" target="_blank">Forum software by &copy; MyBB {$mybbversion}</a> -
  29.  
  30. <a href="http://community.mybb.com/user-84715.html">Theme &copy; iAndrew 2014</a>
  31.  
  32. <br /><br />{$lang_select} {$theme_select}
  33.  
  34. </td>
  35. </tr>
  36. </table>
  37. </div>
  38.  
  39. </div>
  40. </div>
  41. <br /><center><debugstuff></center><br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement