/[drupal]/contributions/themes/simply_modern/template.php
ViewVC logotype

Diff of /contributions/themes/simply_modern/template.php

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

revision 1.5 by jrglasgow, Wed Apr 22 17:35:28 2009 UTC revision 1.6 by jrglasgow, Tue Apr 28 19:16:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: template.php,v 1.4 2009/04/22 17:07:35 jrglasgow Exp $  // $Id: template.php,v 1.5 2009/04/22 17:35:28 jrglasgow Exp $
3    
4  function phptemplate_body_class($sidebar_left, $sidebar_right) {  function phptemplate_body_class($sidebar_left, $sidebar_right) {
5     if ($sidebar_left != '' && $sidebar_right != '') {     if ($sidebar_left != '' && $sidebar_right != '') {
# Line 35  if (is_null(theme_get_setting('simply_mo Line 35  if (is_null(theme_get_setting('simply_mo
35      'simply_modern_localcontentfile' => '',      'simply_modern_localcontentfile' => '',
36      'simply_modern_leftsidebarwidth' => '210',      'simply_modern_leftsidebarwidth' => '210',
37      'simply_modern_rightsidebarwidth' => '210',      'simply_modern_rightsidebarwidth' => '210',
38      'simply_modern_suckerfish' => 0,      'simply_modern_suckerfish' => 1,
39      'simply_modern_usecustomlogosize' => 0,      'simply_modern_usecustomlogosize' => 0,
40      'simply_modern_logowidth' => '100',      'simply_modern_logowidth' => '100',
41      'simply_modern_logoheight' => '100',      'simply_modern_logoheight' => '100',

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.3