PHP Classes

File: CMF/Web/application/views/en/customer/dashboard.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/views/en/customer/dashboard.php   Download  
File: CMF/Web/application/views/en/customer/dashboard.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/views/en/customer/dashboard.php
Date: 1 year ago
Size: 283 bytes
 

Contents

Class file image Download
<div class="main">

    <div class="container">
        <h1>{hello_text} {customer_name}</h1>

        <h3>
            <a href="<?php echo get_link('customer_message');?>">{messages_text}</a>
        </h3>
        <h3>
            <a href="<?php echo get_link('customer_logout');?>">{logout_text}</a>
        </h3>
       
    </div>
</div>