Subversion Repositories SmartDukaan

Rev

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

Rev 10626 Rev 10694
Line 86... Line 86...
86
  <?php } ?>
86
  <?php } ?>
87
</div><!--profile-overlay-->
87
</div><!--profile-overlay-->
88
 
88
 
89
</header>
89
</header>
90
<?php
90
<?php
-
 
91
$msg = $this->session->flashdata('msg');
-
 
92
if(isset($msg) && $msg == 'Registered Successfully'){
-
 
93
$authorized = $this->session->userdata('authorized');
-
 
94
$email = $authorized['email'];?>
-
 
95
<script type="text/javascript">
-
 
96
ga('send', 'event', 'Account', 'New user Registration',<?php if(isset($email)){echo $email;}?>);
-
 
97
</script>
-
 
98
<?php 
91
echo $this->session->flashdata('msg');
99
echo $this->session->flashdata('msg');
92
 
100
}
93
 ?>
101
 ?>
94
102