7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
/**
|
|
* Load Modal on Paid Event Cancellation
|
|
*/
|
|
$this->load->view('frontoffice/notification/pe-cancel-reservation');
|
|
?>
|