Project

General

Profile

« Previous | Next » 

Revision 460

Added by Matthias almost 17 years ago

Added Changeset [458] and [459] to branches 2.6.x

View differences:

index.php
1 1
<?php
2 2

  
3
// $Id: index.php 440 2007-03-12 14:25:39Z Ruebenwurzel $
3
// $Id: index.php 458 2007-05-12 18:14:53Z doc $
4 4

  
5 5
/*
6 6

  
......
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
<?php
42
if(function_exists('register_frontend_modfiles')) {
43
  register_frontend_modfiles('css');
44
  register_frontend_modfiles('js');
45
} ?>
43 46
</head>
44 47
<body>
45 48

  

Also available in: Unified diff