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( 'templates' ); writableCell( JPATH_SITE.DS.'cache', 0, ''. JText::_( 'Cache Directory' ) .' ' ); writableCell( JPATH_ADMINISTRATOR.DS.'cache', 0, ''. JText::_( 'Cache Directory' ) .' ' ); writableCell( $config->getValue('config.log_path', JPATH_ROOT.DS.'log'),0, ''. JText::_( 'Log Directory' ) . ' ($log_path) '); writableCell( $config->getValue('config.tmp_path', JPATH_ROOT.DS.'tmp'),0, ''. JText::_( 'Temp Directory' ) . ' ($tmp_path) '); ?>