Joomla:在文章中获取基本网址

Cha*_*aim 1 joomla joomla1.5

我想从我的文章中获取我的网站的基本网址.有没有办法使用内置的Joomla功能或插件?

Bre*_*iar 9

您可以使用JURI方法获取基本URL,但是您需要添加一个允许您在文章中使用PHP代码的扩展.

JURI::root()
Run Code Online (Sandbox Code Playgroud)

这将根据Joomla的安装位置返回根URL.