| 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: |
| 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 |
|
|
| 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 |