PHP in_array()
<?php $pages = array('/itpmate/user/login', '/itpmate/user/create', '/itpmate/user/forgotten'); if(!in_array($_SERVER['REQUEST_URI'], $pages)): endif; ?>