如何为 Joomla 构建模板框架?
如果您是 Joomla 开发人员,我相信您听说过或使用过 T3、Gantry、Zen Grid、YJSimpleGrid 或各个站点构建的新 Gavern 模板框架。
我想为我自己的公司制作一个,我们建立了一些特定的网站,其中的部分总是相同的等等。但我想弄清楚如何开始构建一个?你建过一个吗?你会如何建造一个?
If you are a Joomla developer, I am sure you have heard of or used the T3, Gantry, Zen Grid, YJSimpleGrid, or the new Gavern template frameworks built by various sites.
I want to make one for my own company, we have some specific sites we build where pieces are always the same etc. But I am trying to figure out just how to start building one? Have you built one? How would you build one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上你需要为其创建一个 joomla 组件,该组件的核心目标应该是设置模板。为了消除工作冗余,您还可以创建组件设置。如果您想了解更多信息,请告诉我。
Actually you need to create a joomla component for it, the component core objectives should be setting up the template. To eliminate the work redundancy you can create component settings as well. Let me know If you wish to have more info.