NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
entrepot
/
wp-content
/
themes
/
realpro
/
thim-core
/
dashboard
/
gs-steps
/
Name
Size
Perms
Actions
📄 finish.php
562 B
0644
Edit
|
Chmod
|
Delete
📄 welcome.php
827 B
0644
Edit
|
Chmod
|
Delete
Editing: finish.php
<div class="top"> <h2>Your Website is Ready to Shine!</h2> <div class="caption no-line"> <p>Congratulations! You have finished the installation steps for this theme. The theme has been activated and your website is ready for duty.</p> </div> </div> <div class="bottom"> <a class="tc-skip-step"><?php esc_html_e( 'Skip', 'thim-core' ); ?></a> <a href="<?php echo esc_url( get_home_url() ); ?>" target="_blank" class="button button-primary tc-button tc-run-step" rel="noopener"> <?php esc_html_e( 'View Your Site', 'thim-core' ); ?> </a> </div>
Cancel