Changeset 107467 in spip-zone
- Timestamp:
- Nov 12, 2017, 2:12:32 PM (3 years ago)
- Location:
- _plugins_/foundation_6/trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/foundation_6_pipelines.php
r107465 r107467 40 40 include_spip('inc/config'); 41 41 if (lire_config('foundation_6/javascript')) { 42 if (_FOUNDATION_SASS) { 43 $js = recuperer_fond('inclure/js-foundation-app'); 44 } else { 45 $js = recuperer_fond('inclure/js-foundation'); 46 } 42 $js = '<script async src="'.minifier(produire_fond_statique('javascript/spip.foundation.js'), 'js').'" type="text/javascript"></script>'; 47 43 $pos_body = strpos($flux, '</body>'); 48 44
Note: See TracChangeset
for help on using the changeset viewer.