Parent Directory
|
Revision Log
|
Revision Graph
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 |