Revision 456
Added by Matthias over 17 years ago
index.php | ||
---|---|---|
38 | 38 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
39 | 39 |
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /> |
40 | 40 |
<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" /> |
41 |
<?php page_css(); ?> |
|
42 |
<?php page_javascript(); ?> |
|
41 | 43 |
</head> |
42 | 44 |
<body> |
43 | 45 |
|
Also available in: Unified diff
Added new functions page_css and page_javascript to the built in templates
Added search highlight class to css files of the built in templates