Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4602 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4602 Rev 4648
Línea 23... Línea 23...
23
	<div class="suggestion-usd ">
23
	<div class="suggestion-usd ">
24
		<img style="width: 50px; height: auto" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $item['uuid'], 'filename' => $item['image']])?>" alt="">
24
		<img style="width: 50px; height: auto" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $item['uuid'], 'filename' => $item['image']])?>" alt="">
25
		<div class="sgt-text">
25
		<div class="sgt-text">
26
			<h4><?php echo trim($item['first_name'] . ' ' . $item['last_name']) ?></h4>
26
			<h4><?php echo trim($item['first_name'] . ' ' . $item['last_name']) ?></h4>
27
		</div>
27
		</div>
28
		<span><a href="<?php echo $this->url('profile/view', ['id' => $item['uuid'] ]) ?>"><i class="fa fa-external-link"></i></a></span>
28
		<span><a href="<?php echo $this->url('profile', ['id' => $item['uuid'] ]) ?>"><i class="fa fa-external-link"></i></a></span>
29
	</div>
29
	</div>
Línea 30... Línea 30...
30
	
30
	
31
	<?php endforeach; ?>
31
	<?php endforeach; ?>
32
</div>
32
</div>