You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
438 B

<?php
function squelette_leadescent_insertion_in_head($flux) {
$flux .= "<script type=\"text/javascript\" src=\"" . find_in_path('js/jquery.jcarousel.js') . "\"></script>
";
$flux .= "<script type=\"text/javascript\" src=\"" . find_in_path('js/jquery.cycle.js') . "\"></script>
";
$flux .= "<script type=\"text/javascript\" src=\"" . find_in_path('js/slider.js') . "\"></script>
";
return $flux;
}
?>