Index: php-typogrify.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/php-typogrify.php,v retrieving revision 1.2 diff -a -u -r1.2 php-typogrify.php --- php-typogrify.php 10 Jul 2007 00:20:01 -0000 1.2 +++ php-typogrify.php 14 Sep 2008 20:20:47 -0000 @@ -261,5 +261,3 @@ // Strip the potential HTML in the header add_filter('wp_title', 'strip_tags'); } - -?> \ No newline at end of file Index: smartypants.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/smartypants.php,v retrieving revision 1.1 diff -a -u -r1.1 smartypants.php --- smartypants.php 7 Jun 2007 13:47:15 -0000 1.1 +++ smartypants.php 14 Sep 2008 20:20:48 -0000 @@ -857,4 +857,3 @@ possibility of such damage. */ -?> \ No newline at end of file Index: typogrify.info =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/typogrify.info,v retrieving revision 1.5 diff -a -u -r1.5 typogrify.info --- typogrify.info 27 Jul 2007 04:03:33 -0000 1.5 +++ typogrify.info 14 Sep 2008 20:20:48 -0000 @@ -3,24 +3,6 @@ name = Typogrify description = Adds typographic refinements. package = "Input filters" -dependencies = filter +dependencies[] = filter project = "typogrify" - - -; Information added by drupal.org packaging script on 2007-06-19 -version = "5.x-1.x-dev" -project = "typogrify" -datestamp = "1182212752" - - -; Information added by drupal.org packaging script on 2007-07-10 -version = "5.x-1.x-dev" -project = "typogrify" -datestamp = "1184069636" - - -; Information added by drupal.org packaging script on 2007-07-24 -version = "5.x-1.x-dev" -project = "typogrify" -datestamp = "1185279036" - +core = 6.x Index: typogrify.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/typogrify.module,v retrieving revision 1.4 diff -a -u -r1.4 typogrify.module --- typogrify.module 27 Jul 2007 04:03:33 -0000 1.4 +++ typogrify.module 14 Sep 2008 20:20:49 -0000 @@ -42,15 +42,16 @@ return $the_output; } -function typogrify_menu($may_cache) { - drupal_add_css(drupal_get_path('module', 'typogrify'). '/typogrify.css', 'module', 'all', TRUE); +function typogrify_init() { + drupal_add_css(drupal_get_path('module', 'typogrify'). '/typogrify.css'); } /** * Implementation of hook_help(). */ -function typogrify_help($in_section = 'admin/help#typogrify') { - switch ($in_section) { +function typogrify_help($path, $arg) { + $the_output = ''; + switch ($path) { case 'admin/settings/modules#description': $the_output = t('Adds typographic refinements.'); break; @@ -254,5 +255,3 @@ return $form; } - -?> \ No newline at end of file Index: unicode-conversion.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/unicode-conversion.php,v retrieving revision 1.2 diff -a -u -r1.2 unicode-conversion.php --- unicode-conversion.php 24 Jul 2007 01:57:09 -0000 1.2 +++ unicode-conversion.php 14 Sep 2008 20:20:49 -0000 @@ -136,5 +136,3 @@ return $tokens; } } - -?> \ No newline at end of file