/[drupal]/contributions/modules/mobi_loader/mobi_loader.install
ViewVC logotype

Contents of /contributions/modules/mobi_loader/mobi_loader.install

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Jun 12 21:54:06 2009 UTC (5 months, 2 weeks ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +14 -0 lines
File MIME type: text/x-php
move all the mobi theme configuration to the theme where it should have been in the first place
1 <?php
2 // $Id: mobi_loader.install,v 1.1.2.1 2009/06/12 21:37:58 deekayen Exp $
3
4 /**
5 * Move background color configuration to the mobi theme.
6 */
7 function mobi_loader_update_6000() {
8 variable_del('mobi_loader_header_background_color');
9 variable_del('mobi_loader_left_background_color');
10 variable_del('mobi_loader_content_background_color');
11 variable_del('mobi_loader_right_background_color');
12 variable_del('mobi_loader_footer_background_color');
13 return array();
14 }

  ViewVC Help
Powered by ViewVC 1.1.2