在 Drupal 7 中创建具有不同导航的新页面
在主页上,区块主菜单为“Home”、“OMS”、“AMS”、“PMS”、“Set list”,导航与主菜单类似。当我单击 OMS 时,我想要导航是 OMS 设置、添加 OMS、编辑“AMS”、“PMS”等。请看下面的图片
At home page, the block main menu is "Home", "OMS" , "AMS", "PMS", "Set list" and the The Navigation is similar the main menu. when i click OMS, i want the Navigation is OMS setting, Add OMS, Edit and so on for "AMS", "PMS". Please look the picture below
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要重载CSS文件...你可以通过创建一个新主题来做到这一点..
您可以访问 http://tips.webdesign10.com/how-to -make-a-drupal-theme 并了解如何制作一个简单的主题...
例如,对于您自定义设计的导航系统,您可以通过访问包含由 id 标识的块的开发来使用 css 对其进行样式设置
#区块系统导航
等等...
You would need to overload the css files...you can do that by creating a new theme..
you can go to http://tips.webdesign10.com/how-to-make-a-drupal-theme and see how to make a simple theme...
For example to you custom design the navigation system, you would style it with css by accessing the dev that containt the block which identified by the id
#block-system-navigation
and so on...