';
echo '
' . $folder . '/ | ';
echo '';
echo is_writable( $GLOBALS['mosConfig_absolute_path'] . '/' . $folder ) ? ''.T_('Writeable').'' : ''.T_('Unwriteable').'' . ' | ';
echo '';
}
/**
* @package Mambo
*/
class HTML_installer {
function showInstallForm( $title, $option, $element, $client = "", $p_startdir = "", $backLink="" ) {
?>
'
.T_('Sorry, it seems that The Source is not available').'';
}
/**
* @param string
* @param string
* @param string
* @param string
*/
function showInstallMessage ($messages, $title, $return) {
global $PHP_SELF;
if (!$return) $return = mamboCore::get('mosConfig_live_site').'/administrator/index2.php';
?>