Rev 6 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
jpm |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
if (!defined("WIKINI_VERSION"))
|
|
|
4 |
{
|
|
|
5 |
die ("accès direct interdit");
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
$plugin_output_new=preg_replace ('/<\/head>/',
|
|
|
9 |
'
|
|
|
10 |
<link rel="stylesheet" type="text/css" href="tools/galerie/actions/galerie/presentation/styles/jquery.galerie-0.1.css" media="screen" />
|
|
|
11 |
<script type="text/javascript" src="tools/galerie/actions/galerie/presentation/scripts/jquery-1.3.2.min.js"></script>
|
|
|
12 |
<script type="text/javascript" src="tools/galerie/actions/galerie/presentation/scripts/jquery.galerie-0.1.js"></script>
|
|
|
13 |
</head>
|
|
|
14 |
',
|
|
|
15 |
$plugin_output_new);
|
|
|
16 |
?>
|