staticcontent
staticcontent copied to clipboard
convert your entire joomla site to static html
Results
2
staticcontent issues
Sort by
recently updated
recently updated
newest added
Hi. How can I install this extension? I'm not a programmer and copying files is not enough. I would like to convert very small joomla sites to html. Thank you
JURI::isInternal returns FALSE when the url is something like "/index.php/foo" and so $flink is returning FALSE for actual internal pages. You need something like ``` $flink = $menuItem->flink; if( substr($flink,0,1)...