Anonymous
public text v1 · immutable Can anybody help? Basically ive got this <?php
get_header();
?> and i want it to be in the default bit in this: if( isset($_GET['accessable']) && $_GET['accessable'] == 1 ){ echo 'No css'; } else { echo "default"; } how would i go about doing it?
<jamesbrose> (this is in wordpress)