Changeset 2493 for plugins/footnotesToolbar
- Timestamp:
- 07/20/10 21:45:45 (13 years ago)
- Location:
- plugins/footnotesToolbar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/footnotesToolbar/_define.php
r2137 r2493 17 17 /* Description*/ "Adds a toolbar button to create footnotes", 18 18 /* Author */ "Aurélien Bompard", 19 /* Version */ '1. 3',19 /* Version */ '1.4', 20 20 /* Permissions */ 'usage,contentadmin' 21 21 ); -
plugins/footnotesToolbar/_public.php
r2125 r2493 17 17 class footnotesToolbarBehaviors 18 18 { 19 public static function publicHeadContent( &$core,$_ctx)19 public static function publicHeadContent($core,$_ctx) 20 20 { 21 21 echo "\n<!-- Better footnotes -->\n";
Note: See TracChangeset
for help on using the changeset viewer.