Example #1
0
/images/help.png" height="32" width="32" alt="help"/></a>
				<a href="http://craftsmancoding.com/products/downloads/support/"><?php 
_e('Get Professional Help!', CCTM_TXTDOMAIN);
?>
</a>
			</span>
			<span class="cctm-link">
				<a href="<?php 
print \CCTM\Route::url('tools/bugreport');
?>
"><img class="cctm-img" src="<?php 
print CCTM_URL;
?>
/images/space-invader.png" height="32" width="32" alt="bug"/></a>
				<a href="<?php 
print \CCTM\Route::url('tools/bugreport');
?>
"><?php 
_e('Report a Bug', CCTM_TXTDOMAIN);
?>
</a></span>
			<span class="cctm-link">
				<a href="http://eepurl.com/dlfHg" target="_blank"><img class="cctm-img" src="<?php 
print CCTM_URL;
?>
/images/newspaper.png" height="32" width="32" alt="Newsletter"/></a>
				<a href="http://eepurl.com/dlfHg" target="_blank"><?php 
_e('Get eMail Updates', CCTM_TXTDOMAIN);
?>
</a>
			</span>
    	</tr>
    </tfoot>
    
    <tbody id="custom-field-list">
    
    	<?php 
    foreach ($data->fields as $f) {
        ?>
    	
    	
    	<?php 
    }
    ?>
    </tbody>
    </table>

<?php 
} else {
    ?>

    <p>You have not defined any custom fields yet. <a href="<?php 
    print \CCTM\Route::url('customfields/types');
    ?>
">Create a Custom Field</a></p>

<?php 
}
?>

<?php 
include dirname(__FILE__) . '/chunks/footer.php';
Example #3
0
print $data->tab_settings;
?>
"><?php 
_e('Global Settings', CCTM_TXTDOMAIN);
?>
</a>
		<a href="<?php 
print \CCTM\Route::url('posttypes/index');
?>
" class="cctm_tab<?php 
print $data->tab_tools;
?>
"><?php 
_e('Tools', CCTM_TXTDOMAIN);
?>
</a>
		<a href="<?php 
print \CCTM\Route::url('posttypes/index');
?>
" class="cctm_tab<?php 
print $data->tab_tools;
?>
"><?php 
_e('Info', CCTM_TXTDOMAIN);
?>
</a>
	</div>

	<?php 
/* Any Message (e.g. notices and errors) */
print $data->msg;