now ajax is in PLGMTLS object as a method

This commit is contained in:
asus
2024-02-15 02:47:11 +01:00
parent aaca16525b
commit 6c893049dc
5 changed files with 76 additions and 59 deletions

View File

@@ -1,11 +1,11 @@
<?php
function fipfcard_plugin_content() {
$fipfcard_tools = new PLGNTLS_class();
$fipfcard = new PLGNTLS_class();
echo $fipfcard_tools->add_to_front( array(
"menu/example_menu.js",
"menu/example_menu.html",
echo $fipfcard->add_to_front( array(
"js/menu/example_menu.js",
"html/menu/example_menu.html",
));
}