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
  • list.php
  • Reworked routing slightly; Added auto-detection of view
    f0733952
    David Zhong authored
    2014-05-19 20:47:07 +1000  
    Browse Code ยป
list.php 77 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php
function _list() {
  $data['menu'] = 'sked';
  View::auto($data);
}

?>