footer.php 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?php echo '思维定制 QQ277718133';exit;?>
  2. <!--{hook/global_footer_mobile}-->
  3. <!--{eval $useragent = strtolower($_SERVER['HTTP_USER_AGENT']);$clienturl = ''}-->
  4. <!--{if strpos($useragent, 'iphone') !== false || strpos($useragent, 'ios') !== false}-->
  5. <!--{eval $clienturl = $_G['cache']['mobileoem_data']['iframeUrl'] ? $_G['cache']['mobileoem_data']['iframeUrl'].'&platform=ios' : 'http://www.discuz.net/mobile.php?platform=ios';}-->
  6. <!--{elseif strpos($useragent, 'android') !== false}-->
  7. <!--{eval $clienturl = $_G['cache']['mobileoem_data']['iframeUrl'] ? $_G['cache']['mobileoem_data']['iframeUrl'].'&platform=android' : 'http://www.discuz.net/mobile.php?platform=android';}-->
  8. <!--{elseif strpos($useragent, 'windows phone') !== false}-->
  9. <!--{eval $clienturl = $_G['cache']['mobileoem_data']['iframeUrl'] ? $_G['cache']['mobileoem_data']['iframeUrl'].'&platform=windowsphone' : 'http://www.discuz.net/mobile.php?platform=windowsphone';}-->
  10. <!--{/if}-->
  11. <div id="mask" style="display:none;"></div>
  12. <!--{if !$nofooter}-->
  13. <div class="footer">
  14. <div>
  15. <a href="javascript:;" style="color:#D7D7D7;">{lang mobile2version}</a>
  16. <a href="{$_G['setting']['mobile']['nomobileurl']}">{lang nomobiletype}</a>
  17. </div>
  18. <p>$_G['setting']['sitename']&nbsp;&nbsp;&nbsp;版权所有</p>
  19. </div>
  20. <!--{/if}-->
  21. </body>
  22. </html>
  23. <!--{eval updatesession();}-->
  24. <!--{if defined('IN_MOBILE')}-->
  25. <!--{eval output();}-->
  26. <!--{else}-->
  27. <!--{eval output_preview();}-->
  28. <!--{/if}-->