Topic: Add PUN_ROOT to all the links
Not really a feature request, just a syntax change.
I ask if it's possible for Rickard to add the PUN_ROOT string before of every link
like this:
$links[] = '<li id="navuserlist"><a href="'.PUN_ROOT.'userlist.php">'.$lang_common['User list'].'</a>';
Purpose of this is making easier for modders to include new pages changing PUN_ROOT.
PUN_ROOT should be added to all the links into functions.php and in the stylesheet link syntax in the header.php and the functions.php, like this:
<link rel="stylesheet" type="text/css" href="<?php echo PUN_ROOT; ?>style/<?php echo $pun_user['style'].'.css' ?>" />
I know I've been messy, I hope you got it.
Thanks in advance.