Changeset 12103

Show
Ignore:
Timestamp:
09/10/07 13:34:00 (1 year ago)
Author:
bergie
Message:

Use right style elements, closes #69

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/OpenPsa2/midcom_services_auth_login_page.php

    r11368 r12103  
    33<head> 
    44  <title><(title)> OpenPsa</title> 
    5   <link rel="stylesheet" type="text/css" href="<?php echo MIDCOM_STATIC_URL;?>/org.openpsa.core/openpsa.css" /> 
     5  <?php  
     6  $_MIDCOM->add_link_head(array('rel' => 'stylesheet',  'type' => 'text/css', 'href' => MIDCOM_STATIC_URL . '/template_OpenPsa2/style.css', 'media' => 'screen,projection')); 
     7  $_MIDCOM->add_link_head(array('rel' => 'stylesheet',  'type' => 'text/css', 'href' => MIDCOM_STATIC_URL . '/template_OpenPsa2/content.css', 'media' => 'all')); 
     8  $_MIDCOM->add_link_head(array('rel' => 'stylesheet',  'type' => 'text/css', 'href' => MIDCOM_STATIC_URL . '/template_OpenPsa2/print.css', 'media' => 'print')); 
     9  ?> 
    610  <link rel="shortcut icon" href="<?php echo MIDCOM_STATIC_URL;?>/org.openpsa.core/favicon.ico" /> 
    711  <style type="text/css">