Ignore:
Timestamp:
Oct 15, 2014, 8:25:59 PM (10 years ago)
Author:
flop25
Message:

2.7 compat: colorscheme and 2.7 only OS_default

Location:
extensions/floOS/OS_default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/picture_nav_buttons.tpl

    r14974 r30085  
    2121{if isset($next) }
    2222<a class="navThumb" id="thumbNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next">
    23   {assign var=Pwg_VERSION value=strpos('2.4',$PHPWG_VERSION) }
    24   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    2523  <img src="{$next.derivatives.square->get_url()}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    26   {else}
    27   <img src="{$next.THUMB_SRC}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    28   {/if}
    2924</a>
    3025{/if}
    31   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3226        <img src="{$current.derivatives.square->get_url()}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    33   {else}
    34         <img src="{$current.THUMB_SRC}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    35   {/if}
    3627{if isset($previous) }
    3728<a class="navThumb" id="thumbPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
    38   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3929  <img src="{$previous.derivatives.square->get_url()}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    40   {else}
    41   <img src="{$previous.THUMB_SRC}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    42   {/if}
    4330</a>
    4431{/if}
  • extensions/floOS/OS_default/theme.css

    r14653 r30085  
    547547}
    548548
    549 #theImage>IMG {
    550     display: block;
    551     margin: 0 auto;
    552 }
    553549
    554550#theImage IMG {
  • extensions/floOS/OS_default/themeconf.inc.php

    r21027 r30085  
    1717        'add_menu_on_public_pages'                      => true,        # activation
    1818        'Exclude'                       => array('theNBMPage','thePicturePage','thePopuphelpPage',),    # Excluded pages
     19  'colorscheme' => 'clear',
    1920);
    2021
    21 
    22 
    23 add_event_handler('loc_begin_picture', 'pwg_v');
    24 function  pwg_v() {
    25   global $template;
    26   $template->assign(
    27   array(
    28     'PHPWG_VERSION' => PHPWG_VERSION,
    29   ));
    30 }
    3122/*********************************menu on every pages ************************************/
    3223// thx to Vdigital and his plugin spreadmenus
Note: See TracChangeset for help on using the changeset viewer.