Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users_footer.htm 541B

12345678910111213141516171819
  1. <!-- 底部 -->
  2. <div class="ey-footer">
  3. <footer class="container">
  4. <p>{eyou:global name='web_copyright' /}</p>
  5. </footer>
  6. <script>
  7. //pc左侧菜单栏
  8. $(".sidebar-box a").click(function () {
  9. var menuid = $(this).data('menuid');
  10. console.log(menuid)
  11. if ('undefined' != menuid && 0 < menuid ){
  12. ey_setCookies('left_menu_2024',menuid)
  13. }else{
  14. ey_setCookies('left_menu_2024',0)
  15. }
  16. })
  17. </script>
  18. </body>
  19. </html>