mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
13 lines
331 B
PHP
Executable File
13 lines
331 B
PHP
Executable File
<?php
|
|
$this->load->helper('murl');
|
|
$this->load->helper('url');
|
|
|
|
$link_back = 'village/selected';
|
|
?>
|
|
<div class="building_header_container">
|
|
<div class="building_header">
|
|
<div class="building_header_back">
|
|
<a href="<?=site_url($link_back); ?>"><-- <?=$building['name']; ?> (Rank: <?=$building['rank']; ?>)</a>
|
|
</div>
|
|
</div>
|
|
</div>
|