Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • app
  • controllers
  • schedule
  • view.php
  • Various improvements
    df585482
    David Zhong authored
    2014-05-19 23:08:20 +1000  
    Browse Code ยป
view.php 121 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
<?php

function _view($flightid) {
  $data['menu'] = 'sked';
  $data['flight_id'] = $flightid;
  View::auto($data);
}

?>