Forums
(@tbacon781)
1 year, 7 months ago
Awesome! I found the script that was causing the issues and got rid of it, all is well again! Thanks for the help.
1 year, 8 months ago
Any way you could hide this link?https://funwhileitlasted.net/american-indoor-soccer-association-1984-1990/ You’ll notice on the page there are headings labeled
TombstoneLeadershipAttendance
These are supposed to be the tabs.
2 years ago
Line 95 – $menu_item_url = 'admin.php?page=' . @$submenu_item_url;
$menu_item_url = 'admin.php?page=' . @$submenu_item_url;
If we use the @ symbol in front of the variable that does not exist it will fix error, but it is not the correct way to fix the issue.