<?php

    require_once('_backend/templates/header.php');   

    function action_index() {
    
    }
    
    function action_test() {
        echo 'test';
    }
    
    require_once('_backend/templates/footer.php');      

?>