| 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 != '') { |
| 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', |