Image Manager
Hi Guys
I have been adjusting the Templates/admin_dwt.php file to allow me (and users) access to the image manager so that one doesnt have to go into the edit area and select the image icon to access it.
I have amended the code to this:
<?php if(WA_Auth_RulePasses("Super Administrator")){ // Begin Show Region ?><a href="../admin_cms/manage_users.php">Manage Users</a> |
<?php } // End Show Region ?>
<a href="../../index.php" target="_blank">View Live Website</a> |
<a href="../../webassist/kfm/index.php" target="_blank">Uploads</a> |
<a href="../admin_cms/contents_search.php">Advanced Search</a> | <a href="../admin_cms/users_login.php?logout=1">Log Out</a></div>

My question is, is there any reason I should NOT be doing this?
Thanks
Jamie


