now ajax is in PLGMTLS object as a method
This commit is contained in:
@@ -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",
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user