Application Title System
USE_APP_NAME_IN_TITLE=true
APP_NAME="INEX SPA"<title>Welcome</title><title>INEX SPA - Welcome</title>Advanced Usage
<?php $pageTitle = "User Profile: " . $username; ?>
<title><?php echo $pageTitle; ?></title>Last updated