All pastes #2098033 Raw Edit

Someone

public text v1 · immutable
#2098033 ·published 2012-01-02 02:27 UTC
rendered paste body

$media_count is a numbered list generated from theme_settings and themename.info


function aether_preprocess_page(&$variables, $hook) {

    $base_grid_prefix = $grid["prefix{$media_count}"];
    $grid_width = $grid["width{$media_count}"];
    $variables['grid_width'] = $grid_width;

}

page.tpl.php

<div class="header-inner <?php print $variables['grid_width']; ?>">