public function __construct($routing = TRUE)
 {
     parent::__construct($routing);
     define('GEN_SET_CAF_TEMPLATE_PATH', EE_CORE_CAF_ADMIN_EXTEND . 'general_settings/templates/');
 }
					</label>
				</th>
				<td>
					<select id="cancel_page_id" name="cancel_page_id" data-placeholder="Choose a page...">
						<option value="0">
							<?php 
_e('Main Page', 'event_espresso');
?>
						</option>
						<?php 
General_Settings_Admin_Page::page_settings_dropdown($cancel_page_id);
?>
					</select>
					<span>
						<?php 
echo General_Settings_Admin_Page::page_and_shortcode_status($cancel_page_obj, '[ESPRESSO_CANCELLED]');
?>
					</span>
					<br />
					<p class="description">
						<?php 
echo sprintf(__('This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain a "cancelled transaction" message and the %s shortcode.', 'event_espresso'), '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CANCELLED]</span>');
?>
					</p>
					<br/><br/>
				</td>
			</tr>
			
			<tr>
				<th>
					<label for="event_list_id">