Newer
Older
WebMCR / upload / themes / default / breadcrumbs / list.html
@Qexy Qexy on 3 May 2015 143 bytes WebMCR_Reloaded_Alpha_v1.0.0
<ul class="breadcrumb">
	<li><a href="<?php echo BASE_URL; ?>"><?php echo $this->lng['t_main']; ?></a></li>
	<?php echo $data['LIST']; ?>
</ul>