<?php if (!defined('KIRBY')) { die('Direct access is not allowed'); } snippet('header'); if (!$page->isHomePage() && !$page->isErrorPage()) { $action = action::updateURL(); ?> <div class="options form"> <form action="<?php echo thisURL(); ?> " method="post"> <fieldset> <div class="field url"> <label><?php echo l::get('options.url'); ?> </label> <span class="url input"><em><?php echo dirname(ourl($page->url())); ?> /</em><strong><input type="url" name="uid" value="<?php echo $page->uid(); ?> " /></strong></span> </div> </fieldset>