show_header('Create a collage'); if (!check_perms('site_collages_renamepersonal')) { $ChangeJS = "OnChange=\"if ( this.options[this.selectedIndex].value == '0') { $('#namebox').hide(); $('#personal').show(); } else { $('#namebox').show(); $('#personal').hide(); }\""; } $Name = $_REQUEST['name']; $Category = $_REQUEST['cat']; $Description = $_REQUEST['descr']; $Tags = $_REQUEST['tags']; $Error = $_REQUEST['err']; if (!check_perms('site_collages_renamepersonal') && $Category === '0') { $NoName = true; } ?>