Changeset 5224 in spip-zone
- Timestamp:
- Sep 9, 2006, 10:54:30 PM (15 years ago)
- Location:
- _plugins_/_squelettes_/pagination_ahah
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_squelettes_/pagination_ahah/fragahah_pipelines.php
r5222 r5224 2 2 3 3 function fragahah_insert_head($flux){ 4 $flux .= '<link rel="stylesheet" href="'.find_in_path('pagination-ahah.css').'" type="text/css" media="projection, screen" />'; 4 5 $flux .= "<script type='text/javascript' src='".find_in_path('pagination-ahah.js')."'></script>\n"; 5 6 return $flux;
Note: See TracChangeset
for help on using the changeset viewer.