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