- Timestamp:
- 12/01/14 13:15:13 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.ieModule.php
r2566 r2825 74 74 '<h3>'.__('Congratulation!').'</h3>'. 75 75 '<p class="success">'.__('Your blog has been successfully imported. Welcome on Dotclear 2!').'</p>'. 76 '<ul><li><strong><a href=" post.php">'.__('Why don\'t you blog this now?').'</a></strong></li>'.77 '<li>'.__('or').' <a href=" index.php">'.__('visit your dashboard').'</a></li></ul>';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 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.