Highway to PSR2
[openemr.git] / interface / super / rules / base / template / basic.php
bloba420723439ca546242a779657a14cca98572ed25
1 <?php
2 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
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 <html>
10 <head>
11 <?php html_header_show();?>
12 <link rel="stylesheet" href="<?php echo $GLOBALS['css_header'] ?>" type="text/css">
13 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-2/index.js"></script>
14 <link rel="stylesheet" href="<?php css_src('rules.css') ?>" type="text/css">
16 </head>
18 <body class='body_top'>
19 <?php
20 if (file_exists($viewBean->_view_body)) {
21 require_once($viewBean->_view_body);
25 </body>
27 </html>