Changeset 2538
- Timestamp:
- 08/12/10 23:41:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/anonymousComment/index.php
r1677 r2538 37 37 throw new Exception(__('No email.')); 38 38 } 39 39 40 40 $core->blog->settings->setNameSpace('anonymousComment'); 41 41 $core->blog->settings->put('anonymous_active',$anonymous_active,'boolean'); … … 60 60 <h2><?php echo html::escapeHTML($core->blog->name).' › '. 61 61 __('Anonymous comments'); ?></h2> 62 62 63 63 <?php 64 64 if (!empty($_GET['upd'])) { … … 66 66 } 67 67 ?> 68 69 <p style="float:right"><a href="http://flattr.com/thing/48106/Dotclear-Anonymous-comment-plugin" target="_blank" style="border:none"> 70 <img src="http://api.flattr.com/button/button-static-50x60.png" alt="Flattr this" title="Flattr this" border="0" /></a></p> 68 71 69 72 <form method="post" action="<?php echo($p_url); ?>"> … … 86 89 value="<?php echo __('Save'); ?>" /></p> 87 90 </form> 88 91 89 92 <?php dcPage::helpBlock('anonymousComment');?> 90 93 </body>
Note: See TracChangeset
for help on using the changeset viewer.