Dotclear


Ignore:
Timestamp:
11/18/14 20:44:25 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add a jQuery js library selector in blog pref, closes #1897

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.blog.php

    r2628 r2800  
    118118 
    119119          return $this->url; 
     120     } 
     121 
     122     /** 
     123     Reruens jQuery version selected for the blog. 
     124      */ 
     125     public function getJsJQuery() 
     126     { 
     127          $version = $this->settings->system->jquery_version; 
     128          if ($version == '') { 
     129               $version = DC_DEFAULT_JQUERY; // defined in inc/prepend.php 
     130          } 
     131          return 'jquery/'.$version; 
    120132     } 
    121133 
Note: See TracChangeset for help on using the changeset viewer.

Sites map