/[drupal]/contributions/modules/drutex/contrib/drutex_blahtex.inc
ViewVC logotype

Diff of /contributions/modules/drutex/contrib/drutex_blahtex.inc

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

revision 1.2, Wed Sep 6 02:25:41 2006 UTC revision 1.2.8.1, Mon Nov 17 09:05:37 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: drutex_blahtex.inc,v 1.2 2006/09/06 02:25:41 dfg Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 16  function drutex_blahtex_info($format = - Line 16  function drutex_blahtex_info($format = -
16    return (object) array(    return (object) array(
17      'title' => t('blahtex (MathML)'),      'title' => t('blahtex (MathML)'),
18      'description' => t('Provides math environments to create MathML with blahtex.'),      'description' => t('Provides math environments to create MathML with blahtex.'),
19      'toggle' => true,      'toggle' => TRUE,
20      'weight' => 16      'weight' => 16
21    );    );
22  }  }
# Line 25  function drutex_blahtex_info($format = - Line 25  function drutex_blahtex_info($format = -
25   * Implementation of subhook_defaults().   * Implementation of subhook_defaults().
26   */   */
27  function drutex_blahtex_defaults() {  function drutex_blahtex_defaults() {
28    $D['drutex_blahtex_active'] = false;    $D['drutex_blahtex_active'] = FALSE;
29    
30    return $D;    return $D;
31  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.8.1

  ViewVC Help
Powered by ViewVC 1.1.2