Place this code in your template.php file if you want u use different templates for the same code.
Create a template named page-SOMETING-tpl.php
Create a url alias node/NID SOMETHING
function phptemplate_preprocess_page(&$vars) {
if (module_exists('path')) {
$alias = drupal_get_path_alias(str_replace('/edit','',$_GET['q']));
if ($alias != $_GET['q']) {