Changeset 3944:61c725e889b7
- Timestamp:
- 12/08/18 07:49:47 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.ieModule.php
r3874 r3944 10 10 */ 11 11 12 if (!defined('DC_RC_PATH')) {return;} 12 if (!defined('DC_RC_PATH')) { 13 return; 14 } 13 15 14 16 abstract class dcIeModule … … 74 76 '<h3>' . __('Congratulation!') . '</h3>' . 75 77 '<p class="success">' . __('Your blog has been successfully imported. Welcome on Dotclear 2!') . '</p>' . 76 '<ul><li><strong><a href="' . $this->core-> decode('admin.post') . '">' . __('Why don\'t you blog this now?') . '</a></strong></li>' .77 '<li>' . __('or') . ' <a href="' . $this->core-> decode('admin.home') . '">' . __('visit your dashboard') . '</a></li></ul>';78 '<ul><li><strong><a href="' . $this->core->adminurl->decode('admin.post') . '">' . __('Why don\'t you blog this now?') . '</a></strong></li>' . 79 '<li>' . __('or') . ' <a href="' . $this->core->adminurl->decode('admin.home') . '">' . __('visit your dashboard') . '</a></li></ul>'; 78 80 } 79 81 }
Note: See TracChangeset
for help on using the changeset viewer.