|
Lines 86-94
Link Here
|
| 86 |
<?php if (isset($_GET['a'])) : ?> |
86 |
<?php if (isset($_GET['a'])) : ?> |
| 87 |
<?php if ( 'err' == $_GET['a'] ) : ?> |
87 |
<?php if ( 'err' == $_GET['a'] ) : ?> |
| 88 |
<div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div> |
88 |
<div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div> |
| 89 |
<? else: ?> |
89 |
<?php else: ?> |
| 90 |
<div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div> |
90 |
<div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div> |
| 91 |
<?endif; ?> |
91 |
<?php endif; ?> |
| 92 |
<?php endif; ?> |
92 |
<?php endif; ?> |
| 93 |
<div class="wrap"> |
93 |
<div class="wrap"> |
| 94 |
<?php |
94 |
<?php |