Welcome Guest, Not a member yet? Register   Sign In
Redirect Notice
#15

Base url

$config['base_url'] = 'http://examprep.co.ke/';
$ark_root .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
$config['base_url'] = $ark_root;

Mail Template

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome To Examprep Online Examination System</title>
<!-- Bootstrap -->
<link href="<?php echo base_url();?>assets/designs/css/bootstrap.css" rel="stylesheet">
<link href="<?php echo base_url();?>assets/designs/css/style.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.emailr{ width:50%; margin:0 auto; }
.emailer-logo{ text-align: }
</style>
</head>
<body class="emailr">
<!---Hedder--->
<div class="container-fluid fluid-hedder padding">
<div class="col-md-12 col-xs-12 logo emailer-logo"><img src="<?php echo base_url();?>assets/designs/images/logo.jpg" align="center" width="65%"></div>
<div class="total-hed">
</div>
</div>
<!---Hedder--->
<!-- Slider-->
<!-- Slider-->
<!-- Middle Content-->
<div class="container-fluid content-bg">
<div class="spacer"></div>
<div class="container emailer-wi">
<h3>Welcome To Examprep Online System</h3>
<h5> <?php echo sprintf(lang('email_activate_heading'), $identity);?></h5>
<p>Welcome to Examprep Online System. Thank you for your interest. We look forward to providing you with plenty of online 8-4-4 primary exam papers.</p>
<p><?php echo sprintf(lang('email_activate_subheading'), anchor('auth/activate/'. $id .'/'. $activation, lang('email_activate_link')));?></p>
</div>
<div class="spacer"></div>
</div>
</div>
<!-- Middle Content-->
<!-- Footer-->
<div class="panel-footer padding">
<div class="container-fluid copy">
<div class="container padding">
<div class="col-md-5">Copyright © 2017 Examprep Online Examination System - All rights reserved.</div>
</div>
</div>
</div>
<!-- Footer-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="<?php echo base_url();?>assets/designs/js/bootstrap.min.js"></script>
</body>
</html>
Reply


Messages In This Thread
Redirect Notice - by cndunga - 09-02-2017, 02:08 AM
RE: Redirect Notice - by Paradinight - 09-02-2017, 02:29 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 02:40 AM
RE: Redirect Notice - by Paradinight - 09-02-2017, 02:47 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 03:12 AM
RE: Redirect Notice - by Paradinight - 09-02-2017, 03:16 AM
RE: Redirect Notice - by InsiteFX - 09-02-2017, 03:24 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 03:49 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 03:57 AM
RE: Redirect Notice - by Paradinight - 09-02-2017, 04:08 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 04:13 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 04:46 AM
RE: Redirect Notice - by cndunga - 09-02-2017, 04:57 AM
RE: Redirect Notice - by Paradinight - 09-02-2017, 06:03 AM
RE: Redirect Notice - by cndunga - 09-03-2017, 06:38 AM
RE: Redirect Notice - by Paradinight - 09-03-2017, 07:18 AM
RE: Redirect Notice - by cndunga - 09-03-2017, 07:34 AM
RE: Redirect Notice - by InsiteFX - 09-03-2017, 07:56 AM
RE: Redirect Notice - by cndunga - 09-03-2017, 08:01 AM
RE: Redirect Notice - by InsiteFX - 09-03-2017, 09:11 AM
RE: Redirect Notice - by cndunga - 09-03-2017, 01:36 PM
RE: Redirect Notice - by InsiteFX - 09-04-2017, 03:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB