diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-29 20:52:22 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-29 20:52:22 +0200 |
commit | 78a6aeb15ad85c8be4a7e39307b7d9aa0512742c (patch) | |
tree | 85d5613888ef630de5998480fa913b5abfe23fb2 /lib/tpl | |
parent | bad31ae944f074dab12f7a6d1362775d8f2b18dd (diff) | |
download | rpg-78a6aeb15ad85c8be4a7e39307b7d9aa0512742c.tar.gz rpg-78a6aeb15ad85c8be4a7e39307b7d9aa0512742c.tar.bz2 |
More work on Javascript and CSS dispatchers
darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/detail.php | 10 | ||||
-rw-r--r-- | lib/tpl/default/main.php | 16 | ||||
-rw-r--r-- | lib/tpl/default/media.php | 11 | ||||
-rw-r--r-- | lib/tpl/default/mediaedit.php | 2 | ||||
-rw-r--r-- | lib/tpl/default/mediaref.php | 11 |
5 files changed, 2 insertions, 48 deletions
diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php index 70865c933..5a59e0305 100644 --- a/lib/tpl/default/detail.php +++ b/lib/tpl/default/detail.php @@ -24,16 +24,6 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //DISABLED img { behavior: url("<?php echo DOKU_BASE?>lib/scripts/pngbehavior.htc"); } - </style> - <![endif]--> </head> <body> diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index afa0b5534..bb32def6b 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -23,22 +23,6 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <?php if($lang['direction'] == 'rtl') {?> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>rtl.css" /> - <?php } ?> - - <link rel="stylesheet" media="print" type="text/css" href="<?php echo DOKU_TPL?>print.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //DISABLED img { behavior: url("<?php echo DOKU_BASE?>lib/scripts/pngbehavior.htc"); } - </style> - <![endif]--> <?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?> </head> diff --git a/lib/tpl/default/media.php b/lib/tpl/default/media.php index f6fb66750..b3738e39a 100644 --- a/lib/tpl/default/media.php +++ b/lib/tpl/default/media.php @@ -21,16 +21,7 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //DISABLED img { behavior: url("<?php echo DOKU_BASE?>lib/scripts/pngbehavior.htc"); } - </style> - <![endif]--> + </head> <body> diff --git a/lib/tpl/default/mediaedit.php b/lib/tpl/default/mediaedit.php index c7b7e2e53..92d1db8db 100644 --- a/lib/tpl/default/mediaedit.php +++ b/lib/tpl/default/mediaedit.php @@ -22,8 +22,6 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> </head> <body> diff --git a/lib/tpl/default/mediaref.php b/lib/tpl/default/mediaref.php index 61254c9ce..47752a571 100644 --- a/lib/tpl/default/mediaref.php +++ b/lib/tpl/default/mediaref.php @@ -22,16 +22,7 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //img { behavior: url("<?php echo DOKU_BASE?>/pngbehavior.htc"); } - </style> - <![endif]--> + </head> <body> |