Example #1
0
</textarea>

	<?php 
Event::trigger('admin:fields', $vars);
?>

	<label for="tags">Tags</label>
	<p>(Separate tags with commas)</p>
	<input type="text" name="tags" id="tags" value="<?php 
echo $tags;
?>
" />

	<label for="template">Template</label>
	<?php 
echo Template::doList($template);
?>

	<label for="content">Page URL</label>
	<p><?php 
echo url("{$path}");
?>
</p>
	<input type="hidden" name="path" value="<?php 
echo $path;
?>
" />

	<input type="submit" value="<?php 
echo $GLOBALS['language'][$status . '_button'];
?>