Initial Commit
This commit is contained in:
16
web/revslider/install/views/finish.php
Normal file
16
web/revslider/install/views/finish.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="title">
|
||||
<h1><?php echo __('Installation completed') ?></h1>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<div class="icon finish"><i></i></div>
|
||||
<div class="content">
|
||||
|
||||
<p><?php echo __('Installation completed. You can login to admin panel now.') ?></p>
|
||||
|
||||
<div class="buttons">
|
||||
<a href="<?php echo $base_url; ?>index.php" class="button yes right"><?php echo __('Go to admin') ?></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user