/[drupal]/contributions/themes/splender/theme-settings.php
ViewVC logotype

Diff of /contributions/themes/splender/theme-settings.php

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

revision 1.1.2.3, Mon Apr 13 21:42:20 2009 UTC revision 1.1.2.4, Mon Apr 27 05:53:18 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: theme-settings.php,v 1.1.2.2 2009/04/13 21:22:20 skiquel Exp $  // $Id: theme-settings.php,v 1.1.2.3 2009/04/13 21:42:20 skiquel Exp $
3    
4  // Include the definition of zen_settings() and zen_theme_get_default_settings().  // Include the definition of zen_settings() and zen_theme_get_default_settings().
5  include_once './' . drupal_get_path('theme', 'zen') . '/theme-settings.php';  include_once './' . drupal_get_path('theme', 'zen') . '/theme-settings.php';
# Line 34  function splender_settings($saved_settin Line 34  function splender_settings($saved_settin
34    );    );
35    // */    // */
36    
37      // The form setting for the liquid/fixed stuff
38      $form['themedev']['splender_layout'] = array(
39        '#type'          => 'radios',
40        '#title'         => t('Layout method'),
41        '#options'       => array(
42                              'border-politics-liquid' => t('Liquid layout') . ' <small>(layout-liquid.css)</small>',
43                              'border-politics-fixed' => t('Fixed layout') . ' <small>(layout-fixed.css)</small>',
44                            ),
45        '#default_value' => $settings['splender_layout'],
46      );
47    
48    // Open lyrics.txt    // Open lyrics.txt
49    $lyrics_file = drupal_get_path('theme', 'splender') . "/lyrics.txt";    $lyrics_file = drupal_get_path('theme', 'splender') . "/lyrics.txt";
50    $fh = fopen($lyrics_file,"r"); // File handler    $fh = fopen($lyrics_file,"r"); // File handler

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2