13 lines
194 B
PHP
13 lines
194 B
PHP
<?php
|
|
|
|
function fipfcard_plugin_content() {
|
|
$fipfcard_tools = new PLGNTLS_class();
|
|
|
|
echo $fipfcard_tools->add_to_front( array(
|
|
"menu/example_menu.js",
|
|
"menu/example_menu.html",
|
|
));
|
|
}
|
|
|
|
?>
|