Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1321 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1143
Line 236... Line 236...
236
 
236
 
237
$page_title_1 = _L('OIDplus Setup');
237
$page_title_1 = _L('OIDplus Setup');
238
$page_title_2 = _L('Configuration File Generator');
238
$page_title_2 = _L('Configuration File Generator');
239
$static_icon = 'img/main_icon.png';
239
$static_icon = 'img/main_icon.png';
240
$static_content = ob_get_contents();
240
$static_content = ob_get_contents();
-
 
241
if (!$static_content) $static_content = '';
241
$extra_head_tags = array();
242
$extra_head_tags = array();
242
$extra_head_tags[] = '<meta name="robots" content="noindex">';
243
$extra_head_tags[] = '<meta name="robots" content="noindex">';
243
$extra_head_tags[] = '<link rel="stylesheet" href="setup.min.css.php">';
244
$extra_head_tags[] = '<link rel="stylesheet" href="setup.min.css.php">';
244
$extra_head_tags[] = '<script src="setup.min.js.php" type="text/javascript"></script>';
245
$extra_head_tags[] = '<script src="setup.min.js.php" type="text/javascript"></script>';
245
ob_end_clean();
246
ob_end_clean();