Changeset 2796 for plugins/footnotesToolbar
- Timestamp:
- 12/11/10 18:24:02 (13 years ago)
- Location:
- plugins/footnotesToolbar
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/footnotesToolbar/index.php
r2545 r2796 14 14 15 15 # Get settings 16 $footnotes_mode = $core->blog->settings->footnotes_mode; 17 18 if ($footnotes_mode === null) { 19 $footnotes_mode = "float"; 20 } 16 $footnotes_mode = $core->blog->settings->footnotesToolbar->footnotes_mode; 21 17 22 18 if (isset($_POST["save"])) {
Note: See TracChangeset
for help on using the changeset viewer.