Subversion Repositories SmartDukaan

Rev

Rev 15469 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15469 Rev 15582
Line 27... Line 27...
27
			<tr>
27
			<tr>
28
					<th><?php echo __('date'); ?></th>
28
					<th><?php echo __('date'); ?></th>
29
					<th><?php echo __('referrer'); ?></th>
29
					<th><?php echo __('referrer'); ?></th>
30
					<th><?php echo __('utm_campaign'); ?></th>
30
					<th><?php echo __('utm_campaign'); ?></th>
31
					<th><?php echo __('name'); ?></th>
31
					<th><?php echo __('name'); ?></th>
-
 
32
					<th><?php echo __('city'); ?></th>
32
					<th><?php echo __('count'); ?></th>
33
					<th><?php echo __('count'); ?></th>
33
			</tr>
34
			</tr>
34
			<?php foreach ($activations as $activation): ?>
35
			<?php foreach ($activations as $activation): ?>
35
			<tr>
36
			<tr>
36
				<td><?php echo h($activation[0]['date']); ?>&nbsp;</td>				
37
				<td><?php echo h($activation[0]['date']); ?>&nbsp;</td>				
37
				<td><?php echo h($activation['users']['referrer']); ?>&nbsp;</td>
38
				<td><?php echo h($activation['users']['referrer']); ?>&nbsp;</td>
38
				<td><?php echo h($activation['users']['utm_campaign']); ?>&nbsp;</td>
39
				<td><?php echo h($activation['users']['utm_campaign']); ?>&nbsp;</td>
39
				<td><?php echo h($activation[1]); ?>&nbsp;</td>
40
				<td><?php echo h($activation[1]); ?>&nbsp;</td>
-
 
41
				<td><?php echo h($activation[2]); ?>&nbsp;</td>
40
				<td><?php echo h($activation[0]['count']); ?>&nbsp;</td>
42
				<td><?php echo h($activation[0]['count']); ?>&nbsp;</td>
41
			</tr>
43
			</tr>
42
			<?php endforeach; ?>
44
			<?php endforeach; ?>
43
			</table>						
45
			</table>						
44
		</div>
46
		</div>