/[drupal]/contributions/modules/color_soc08/color.module
ViewVC logotype

Diff of /contributions/modules/color_soc08/color.module

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

revision 1.18.2.38, Sat May 2 10:41:08 2009 UTC revision 1.18.2.39, Thu May 14 12:40:17 2009 UTC
# Line 1  Line 1 
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
# Line 993  function theme_color_settings_extensions Line 993  function theme_color_settings_extensions
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  }  }

Legend:
Removed from v.1.18.2.38  
changed lines
  Added in v.1.18.2.39

  ViewVC Help
Powered by ViewVC 1.1.2