__( 'Cronus is a free WordPress child Theme that extends the Tempo free WordPress theme.', 'cronus' ), )); tempo_cfgs::set( 'theme', $cfgs ); /** * Custom Logo */ $cfgs = tempo_cfgs::merge( (array)tempo_cfgs::get( 'custom-logo' ), array( 'height' => 70, 'width' => 235, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'tempo-site-title', 'tempo-site-description' ) )); tempo_cfgs::set( 'custom-logo', $cfgs ); /** * Custom Background */ $cfgs = tempo_cfgs::merge( (array)tempo_cfgs::get( 'custom-background' ), array( 'default-color' => '#ffffff', 'default-image' => null, 'default-attachment' => 'scroll' )); tempo_cfgs::set( 'custom-background', $cfgs ); /** * Images Size */ $cfgs = tempo_cfgs::merge( (array)tempo_cfgs::get( 'images-size' ), array( 'tempo-classic' => array( 'width' => 1140, 'height' => 640, 'crop' => true ) )); tempo_cfgs::set( 'images-size', $cfgs ); ?>