diff options
Diffstat (limited to 'modules/path')
-rw-r--r-- | modules/path/path.admin.inc | 1 | ||||
-rw-r--r-- | modules/path/path.api.php | 1 | ||||
-rw-r--r-- | modules/path/path.info | 1 | ||||
-rw-r--r-- | modules/path/path.js | 1 | ||||
-rw-r--r-- | modules/path/path.module | 3 | ||||
-rw-r--r-- | modules/path/path.test | 3 |
6 files changed, 2 insertions, 8 deletions
diff --git a/modules/path/path.admin.inc b/modules/path/path.admin.inc index 770686791..f10142b56 100644 --- a/modules/path/path.admin.inc +++ b/modules/path/path.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/path/path.api.php b/modules/path/path.api.php index 54a5c006b..d1a007ac8 100644 --- a/modules/path/path.api.php +++ b/modules/path/path.api.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/path/path.info b/modules/path/path.info index df26d5487..8b6b67c18 100644 --- a/modules/path/path.info +++ b/modules/path/path.info @@ -1,4 +1,3 @@ -; $Id$ name = Path description = Allows users to rename URLs. package = Core diff --git a/modules/path/path.js b/modules/path/path.js index 881724df4..fcc0acc41 100644 --- a/modules/path/path.js +++ b/modules/path/path.js @@ -1,4 +1,3 @@ -// $Id$ (function ($) { diff --git a/modules/path/path.module b/modules/path/path.module index 649947923..332287de2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file @@ -58,7 +57,7 @@ function path_menu() { 'description' => "Change your site's URL paths by aliasing them.", 'page callback' => 'path_admin_overview', 'access arguments' => array('administer url aliases'), - 'weight' => -10, + 'weight' => -5, 'file' => 'path.admin.inc', ); $items['admin/config/search/path/edit/%path'] = array( diff --git a/modules/path/path.test b/modules/path/path.test index ad536ace5..4112e5f6b 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -1,9 +1,8 @@ <?php -// $Id$ /** * @file - * Tests for the path module + * Tests for path.module. */ class PathTestCase extends DrupalWebTestCase { |