| 1 |
<?php |
<?php |
| 2 |
// $Id: color.module,v 1.18.2.37 2009/04/26 21:31:14 skiquel Exp $ |
// $Id: color.module,v 1.18.2.38 2009/05/02 10:41:08 skiquel Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 993 |
* Catch: old color themes |
* Catch: old color themes |
| 994 |
*/ |
*/ |
| 995 |
function _color_page_alter() { |
function _color_page_alter() { |
| 996 |
drupal_set_message(t('<p>You are using an <strong>outdated</strong> color.module theme. <em>Webmasters:</em> It is possible you have not installed the updated example themes from <code>modules/color/example</code>. |
// Let's remove this annoying bugger until we can place it on just theme setting pages. |
| 997 |
|
// Yikes. |
| 998 |
|
/*drupal_set_message(t('<p>You are using an <strong>outdated</strong> color.module theme. <em>Webmasters:</em> It is possible you have not installed the updated example themes from <code>modules/color/example</code>. |
| 999 |
<em>Theme developers:</em> You have to update your theme\'s color configuration. See the <a href="@handbook">handbook</a>.</p> |
<em>Theme developers:</em> You have to update your theme\'s color configuration. See the <a href="@handbook">handbook</a>.</p> |
| 1000 |
', array('@handbook' => 'http://drupal.org/node/288164')), "error"); |
', array('@handbook' => 'http://drupal.org/node/288164')), "error"); |
| 1001 |
|
*/ |
| 1002 |
} |
} |