Drupal6 - 移动版本问题
嗨
假设我在桌面版本中有菜单A,菜单B...菜单F,我想在移动版本中仅显示菜单A和菜单B。快速的方法是使用 CSS 和 display:none,但是有没有 Drupal 的 API 可以用于这种情况?
另一方面,我想重定向到 http://xxx/product 而不是 http://xxx/product /xxx/index.php" rel="nofollow">http://xxx/index.php 为移动版主页,有什么想法吗?
谢谢
Hi
Suppose I have menu A, menu B...Menu F in desktop version, I want to display only menu A and menu B in mobile version. The quickly way is using CSS with display:none, but is there any Drupal's API that I can use for this situation?
On the other hand, I want to redirect to http://xxx/product instead of http://xxx/index.php for home page in mobile version, any idea?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用移动工具模块来检测设备并相应地切换主题。每个主题都可以配置不同的菜单来显示。
You could use the mobile tools module to detect the device and switch themes accordingly. Each theme could then have a different menu configured to display.