Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在 joomla 框架中开发一个站点。现在我的麻烦是客户想要在这个网站上的一个自定义页面。那么,请指导我如何在此自定义页面中设置主题界面?
虽然这不是我最喜欢的解决方案,但您可以将您的脚本放在一篇文章中,该文章带有可以读取您的代码的扩展,例如DirectPHP和其他,而不是在您的脚本中包含 Joomla。
您可以制作类似 error.php 的东西,它实际上是一个呈现单个页面的迷你应用程序。您可以在核心中看到 emplae 的元素是如何使用的,您甚至可以拉入模块等等。