You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
688 B

<?php
$this->load->model('personalization_model');
$personalization = new Personalization_model();
?>
<div class="container">
<div class="d-block d-sm-block d-md-none backtohome">
<?php
if( $this->uri->segment(1)!="frontoffice" && $this->uri->segment(1)!="home" && $this->uri->segment(1)!="" && ($this->uri->segment(1)!="profile" && $this->uri->segment(2)!="preferences") ){
?>
<!-- <a id="return_action_link" class="return-action event-detail-return" href="--><?php //echo base_url(); ?><!--" >--><?//=$this->lang->line('back_to_events'); ?>
<!-- </a>-->
<?php } ?>
</div>
<br>
<?php echo $personalization->get_mentions_legales();?>
</div>