Changeset 13240 for trunk/include/template.class.php
- Timestamp:
- 02/18/12 21:46:46 (15 months ago)
- Files:
-
- 1 modified
-
trunk/include/template.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/template.class.php
r13170 r13240 684 684 else 685 685 { 686 $ret = embellish_url(get_root_url().$script->path);686 $ret = get_root_url().$script->path; 687 687 if ($script->version!==false) 688 688 { … … 692 692 // trigger the event for eventual use of a cdn 693 693 $ret = trigger_event('combined_script', $ret, $script); 694 return $ret;694 return embellish_url($ret); 695 695 } 696 696
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)