|
|
|
get('image_path'));
writableCell( 'language' );
// List all site languages
$site_langs = JFolder::folders(JPATH_SITE.DS.'language');
foreach ($site_langs as $slang)
{
writableCell( 'language/'.$slang );
}
writableCell( 'media' );
writableCell( 'modules' );
writableCell( 'plugins' );
writableCell( 'plugins/content' );
writableCell( 'plugins/editors' );
writableCell( 'plugins/editors-xtd' );
writableCell( 'plugins/search' );
writableCell( 'plugins/system' );
writableCell( 'plugins/user' );
writableCell( 'plugins/xmlrpc' );
writableCell( 'tmp' );
writableCell( 'templates' );
writableCell( JPATH_SITE.DS.'cache', 0, ''. JText::_( 'Cache Directory' ) .' ' );
writableCell( JPATH_ADMINISTRATOR.DS.'cache', 0, ''. JText::_( 'Cache Directory' ) .' ' );
?>