<?php /* Smarty version 2.6.28, created on 2017-04-01 23:36:28
         compiled from /home/solusito/public_html/modules/servers/gogetssl/templates/notification.tpl */ ?>
<?php if ($this->_tpl_vars['status'] == 'success'): ?>
<div class="alert alert-block alert-success">
	<p><?php if ($this->_tpl_vars['title']): ?><strong><?php echo $this->_tpl_vars['title']; ?>
:</strong> <?php endif; ?><?php echo $this->_tpl_vars['description']; ?>
</p>
</div>
<?php else: ?>
<div class="alert alert-block alert-error">
	<p><?php if ($this->_tpl_vars['title']): ?><strong><?php echo $this->_tpl_vars['title']; ?>
:</strong> <?php endif; ?><?php echo $this->_tpl_vars['description']; ?>
</p>
</div>
<?php endif; ?>
<br />
<?php if (! $this->_tpl_vars['url']): ?>
	<a class="btn" href="javascript:history.back();"> <?php echo $this->_tpl_vars['LANG']['gogetssl_go_back']; ?>
</a>
<?php else: ?>
	<a class="btn" href="<?php echo $this->_tpl_vars['url']; ?>
"> <?php echo $this->_tpl_vars['LANG']['gogetssl_continue']; ?>
</a>
<?php endif; ?>