/[drupal]/contributions/modules/drutex/drutex_verbatim.inc
ViewVC logotype

Diff of /contributions/modules/drutex/drutex_verbatim.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by dfg, Wed Sep 6 02:25:41 2006 UTC revision 1.8.8.1 by darthsteven, Mon Nov 17 09:05:37 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: drutex_verbatim.inc,v 1.8 2006/09/06 02:25:41 dfg Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 15  function drutex_verbatim_info($format = Line 15  function drutex_verbatim_info($format =
15    return (object) array(    return (object) array(
16      'title' => t('Numbering / Referencing'),      'title' => t('Numbering / Referencing'),
17      'description' => t('Provide verbatim environments (these will be hidden by all further DruTeX parsing).'),      'description' => t('Provide verbatim environments (these will be hidden by all further DruTeX parsing).'),
18      'toggle' => false,      'toggle' => FALSE,
19      'weight' => 20      'weight' => 20
20    );    );
21  }  }
# Line 24  function drutex_verbatim_info($format = Line 24  function drutex_verbatim_info($format =
24   * Implementation of subhook_defaults().   * Implementation of subhook_defaults().
25   */   */
26  function drutex_verbatim_defaults() {  function drutex_verbatim_defaults() {
27    $D['drutex_verbatim_active'] = true;    $D['drutex_verbatim_active'] = TRUE;
28    return $D;    return $D;
29  }  }
30    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.8.1

  ViewVC Help
Powered by ViewVC 1.1.3