/* This code retrieves admin options. Don't edit unless you know what you're doing! */ global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?> /* This code retrieves admin options. Don't edit unless you know what you're doing! */ global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }} ?>
Please log in.
Screen shots,etc.. this is to show bands before they signup.
A contact form, or signup page or something.