Ignore:
Timestamp:
Nov 6, 2014, 9:44:01 PM (9 years ago)
Author:
rvelices
Message:

modus version update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/themeconf.inc.php

    r30377 r30380  
    22/*
    33Theme Name: modus
    4 Version: 2.7.b
     4Version: 2.7.c
    55Description: Responsive, horizontal menu, retina aware, no lost space.
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=728
     
    2424        $conf['modus_theme']['skin'] = $_GET['skin'];
    2525
    26 $this->assign('MODUS_CSS_VERSION', crc32(implode(',', array(
     26$this->assign( array(
     27        'MODUS_CSS_VERSION' => crc32(implode(',', array(
    2728                'a'.@$conf['modus_theme']['skin'],
    2829                @$conf['modus_theme']['album_thumb_size'],
     
    3031                $conf['index_created_date_icon'],
    3132                $conf['index_posted_date_icon'],
    32         ))));
    33 
    34 $this->assign('MODUS_DISPLAY_PAGE_BANNER', @$conf['modus_theme']['display_page_banner']);
     33        ))),
     34        'MODUS_DISPLAY_PAGE_BANNER' => @$conf['modus_theme']['display_page_banner']
     35        )
     36);
    3537
    3638if (isset($_COOKIE['caps']))
Note: See TracChangeset for help on using the changeset viewer.