Subversion Repositories SmartDukaan

Rev

Rev 10694 | Rev 10908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10694 Rev 10803
Line 94... Line 94...
94
$email = $authorized['email'];?>
94
$email = $authorized['email'];?>
95
<script type="text/javascript">
95
<script type="text/javascript">
96
ga('send', 'event', 'Account', 'New user Registration',<?php if(isset($email)){echo $email;}?>);
96
ga('send', 'event', 'Account', 'New user Registration',<?php if(isset($email)){echo $email;}?>);
97
</script>
97
</script>
98
<?php 
98
<?php 
99
echo $this->session->flashdata('msg');
99
echo "<div class='sucess-reg'>".$this->session->flashdata('msg'). "</div>";
100
}
100
}
101
 ?>
101
 ?>
102
102