| 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 | ?> |
|---|