Plugin Directory

Changeset 1187608


Ignore:
Timestamp:
06/25/2015 04:30:19 PM (11 years ago)
Author:
matteobarale
Message:

Versione 1.1.3 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ginger/tags/1.1.3/front/gingerfront.utils.php

    r1187599 r1187608  
    9898    endif;
    9999    //Recupero style custom
    100     if($option_ginger_bar['background_color'] || $option_ginger_bar['text_color'] || $option_ginger_bar['link_color'] || $option_ginger_bar['ginger_css'] ): ?>
     100        if($option_ginger_bar['background_color'] || $option_ginger_bar['text_color'] || $option_ginger_bar['link_color'] || $option_ginger_bar['ginger_css'] || $option_ginger_bar['button_color'] || $option_ginger_bar['button_text_color']): ?>
     101
    101102    <style>
    102103        .ginger_container.<?php echo $option_ginger_bar['theme_ginger']; ?>{
Note: See TracChangeset for help on using the changeset viewer.