Changeset 2545 for plugins/footnotesToolbar
- Timestamp:
- 08/13/10 09:30:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/footnotesToolbar/index.php
r2137 r2545 3 3 # -- BEGIN LICENSE BLOCK ---------------------------------- 4 4 # This file is part of footnotesToolbar, a plugin for Dotclear. 5 # 5 # 6 6 # Copyright (c) 2009 Aurélien Bompard <aurelien@bompard.org> 7 # 7 # 8 8 # Licensed under the AGPL version 3.0. 9 9 # A copy of this license is available in LICENSE file or at … … 28 28 throw new Exception(__('No footnotes mode.')); 29 29 } 30 30 31 31 $core->blog->settings->setNameSpace('footnotesToolbar'); 32 32 $core->blog->settings->put('footnotes_mode',$footnotes_mode,'string'); … … 59 59 <h2><?php echo html::escapeHTML($core->blog->name).' › '. 60 60 __('Footnotes toolbar'); ?></h2> 61 61 62 62 <?php 63 63 if (!empty($_GET['upd'])) { … … 65 65 } 66 66 ?> 67 68 <p style="float:right;margin-right:3%"> 69 <a href="http://flattr.com/thing/48219/Dotclear-Footnotes-toolbar-plugin" target="_blank" 70 style="border:none"><img src="http://api.flattr.com/button/button-static-50x60.png" 71 alt="Flattr this" title="Flattr this" border="0" /></a> 72 </p> 67 73 68 74 <form method="post" action="<?php echo($p_url); ?>"> … … 90 96 value="<?php echo __('Save'); ?>" /></p> 91 97 </form> 92 98 93 99 <?php //dcPage::helpBlock('footnotesToolbar');?> 94 100 </body>
Note: See TracChangeset
for help on using the changeset viewer.