Advertisement
Guest User

Untitled

a guest
Dec 6th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. function events_columns($columns)
  2. {
  3.  $columns = array(
  4.  "cb" => "<input type=\"checkbox\" />",
  5.  "title" => "Events",
  6.  "status" => "Status",
  7.  "eventdate" => "Event Date",
  8.   "bookings" => "Bookings",
  9.  "analytics" => "Analytics"
  10.  );
  11.  return $columns;
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement