We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello, so you want to run either Logoutbutton(); or Loginbutton(); in html so it displays in the correct place? Here's how!
<?php echo (isset($_SESSION['steamid'])) ? logoutbutton() : loginbutton(); ?>
Now place that where you want the button to appear. Voila!