root/modules/branches/2.4/core/page.devices.php

Revision 2617, 0.7 kB (checked in by qldrob, 7 years ago)

Apply first part of tidy-up patches in #1138 - Thanks!

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?php /* $Id$ */
2 //Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca)
3 //
4 //This program is free software; you can redistribute it and/or
5 //modify it under the terms of the GNU General Public License
6 //as published by the Free Software Foundation; either version 2
7 //of the License, or (at your option) any later version.
8 //
9 //This program is distributed in the hope that it will be useful,
10 //but WITHOUT ANY WARRANTY; without even the implied warranty of
11 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 //GNU General Public License for more details.
13
14 ?>
15 <div class="rnav">
16 <?php
17 $devices = core_devices_list();
18 drawListMenu($devices, $skip, $type, $display, $extdisplay, _("Device"));
19 ?>
20 </div>
Note: See TracBrowser for help on using the browser.