N2CMS页脚问题
我正在开发 N2cms 多语言网站,问题是页脚在两侧都是相同的,我不需要,我需要根据他们的语言单独的页脚。所以任何人都可以帮助我解决这个问题。
I am developing N2cms Multilangual site and the problem is footer is same in both side which i didnt need i need seperate footer according to their language..So can anybody help me to solve this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您正在使用 WebForms。
在母版页中,您应该放置以下内容:
其中 f1、f2 和 dft 是显示控件。
下面是 f1 的设计面:
I suppose you are working with WebForms.
In the master page you should put this :
Where f1, f2 and dft are Display controls.
Down is the design side for f1 :