简体   繁体   中英

Convert PHP Joomla to the HTML

I've downloaded a PHP Joomla template, and I want to remove all PHP/Joomla statements from the code (I want to convert that code to the static HTML code)

I don't know what to do with the eg

<jdoc:include type="modules" name="left" style="user" />
<jdoc:include type="modules" name="user4" />

here is the code from the Index.php page: LINK

如果只需要布局,为什么不右键单击页面,然后选择“查看源代码”?

http://pastebin.com/hW87Xtki

This is what you will get, if you remove the jdocs. Its a complete blank page now. Jdoc is like a place holder for joomla components. If you dont want to put any joomla components then jdocs are useless. you can freely delete them wherever you want(provided you are not going to use this with joomla).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM