/[drupal]/contributions/modules/mybloglog/mybloglog.module
ViewVC logotype

Diff of /contributions/modules/mybloglog/mybloglog.module

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

revision 1.1, Sun Jan 7 19:20:17 2007 UTC revision 1.2, Wed Jan 10 15:49:42 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3    /*  $Id: mybloglog.module 148 2007-01-07 16:31:56Z mcurry $ */    /*  $Id: mybloglog.module,v 1.1 2007/01/07 19:20:17 inactivist Exp $ */
4    
5    /**    /**
6     * DESCRIPTION:     * DESCRIPTION:
# Line 24  define('MYBLOGLOG_DEBUG', FALSE); // if Line 24  define('MYBLOGLOG_DEBUG', FALSE); // if
24  define('MYBLOGLOG_READMORE_TWEAK_DEFAULT', FALSE);  define('MYBLOGLOG_READMORE_TWEAK_DEFAULT', FALSE);
25  define('MYBLOGLOG_READMORE_INLINE_DEFAULT', FALSE);  define('MYBLOGLOG_READMORE_INLINE_DEFAULT', FALSE);
26    
27  define('MYBLOGLOG_MODULE_VERSION', '$Id: mybloglog.module 148 2007-01-07 16:31:56Z mcurry $' );  define('MYBLOGLOG_MODULE_VERSION', '$Id: mybloglog.module,v 1.1 2007/01/07 19:20:17 inactivist Exp $' );
28    
29  define('MYBLOGLOG_SCRIPT_TRACKER_NAME', 'mybloglog_tracker.js');  define('MYBLOGLOG_SCRIPT_TRACKER_NAME', 'mybloglog_tracker.js');
30    
# Line 181  function mybloglog_settings() { Line 181  function mybloglog_settings() {
181      array('#type' => 'textfield',      array('#type' => 'textfield',
182            '#title' => t('MyMybloglog tracking server'),            '#title' => t('MyMybloglog tracking server'),
183            '#default_value' => variable_get(MYBLOGLOG_CFG_TRACKING_SERVER, MYBLOGLOG_TRACKING_SERVER_DEFAULT),            '#default_value' => variable_get(MYBLOGLOG_CFG_TRACKING_SERVER, MYBLOGLOG_TRACKING_SERVER_DEFAULT),
184            '#description' => t('MyBlogLog tracking server name.  This is the one specified in the script provided by MyBlogLog.com.  Usually in the form of track{n}.mybloglog.com, where {n} is a numeric valuue.  You can find this value by viewing your site settings, and looking at the provided tracking script.'),            '#description' => t('MyBlogLog tracking server name.  This is the one specified in the script provided by MyBlogLog.com.  Usually in the form of track{n}.mybloglog.com, where {n} is a numeric value.  You can find this value by viewing your site settings, and looking at the provided tracking script.'),
185            '#required' => TRUE);            '#required' => TRUE);
186    
187    // now add in all the widget config vars    // now add in all the widget config vars

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

  ViewVC Help
Powered by ViewVC 1.1.2