[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html <?php echo HTML_PARAMS; ?>> 3 <head> 4 <?php require (DIR_WS_INCLUDES . 'meta_tags.php'); ?> 5 <title><?php echo META_TAG_TITLE; ?></title> 6 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 7 <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" /> 8 <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" /> 9 <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> 10 <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet.css')); // BTSv1.5 ?>"> 11 <style type="text/css"> 12 <!-- 13 body { 14 margin: 10px; 15 } 16 --> 17 </style> 18 <?php if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) { require(DIR_WS_JAVASCRIPT . basename($javascript)); } ?> 19 </head> 20 <body <?php echo $body_attributes; ?>> 21 <?php include (bts_select('content_popup')); // BTSv1.5 ?> 22 </body> 23 </html> 24
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |