Hi,
try this for version 1.5 (be sure to add this code at the top of your file before any HTML output):
<?php
define('ROOT_PATH', './');
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
?>
Then use:
if ($user_info['user_level'] > USER_AWAITING) {
// put your link here
}
Greets Jan