repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bug fix in code selector to ensure selected code set is persistent
[openemr.git]
/
interface
/
main
/
blank.php
blob
13d114dc1cb45f649cd3dfa1958ee62a9d728a5d
1
<
?php
2
include_once
(
"../globals.php"
);
3
include_once
(
"
$srcdir
/sql.inc"
);
4
?
>
5
<
html
>
6
<
head
>
7
<
link rel
=
"stylesheet"
href
=
"<?php echo
$css_header
;?>"
type
=
"text/css"
>
8
</
head
>
9
<
body
class
=
"body_bottom"
>
10
</
body
>
11
</
html
>