Ignore:
Timestamp:
Jul 16, 2012, 6:15:10 PM (12 years ago)
Author:
flop25
Message:

compatible with rv thumb scroller
cookie plugin minified

File:
1 edited

Legend:

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

    r13920 r16787  
    4848{
    4949  global $template, $conf;
     50  if (defined('RVTS_VERSION'))
     51  {
     52    $template->func_combine_script( array(
     53        'id'=> 'sc_tscroller',
     54        'load'=> 'async',
     55        'path'=> PHPWG_THEMES_PATH.'stripped_black_bloc/js/tscroller.min.js',
     56        'require' => 'jquery',
     57      ), $template->smarty);
     58  }
     59 
    5060  $config = unserialize( $conf['stripped_black_bloc'] );
    5161  $template->assign( 'stripped_black_bloc', $config );
Note: See TracChangeset for help on using the changeset viewer.