flo-exchange/view_all_traders_list.php

18 lines
371 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Abhishek Kumar Sinha
* Date: 10/5/2017
* Time: 5:20 PM
*/
ob_start();
require_once 'includes/imp_files.php';
require_once VIEWS_DIR.'/header.php';
//include_once VIEWS_DIR.'/buy_sell_div.php';
//include_once VIEWS_DIR.'/buy_sell_list.php';
include_once VIEWS_DIR.'/view_all_traders_list.php';
include_once 'footer.php';
?>