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
Centralized formatting.inc.php include
[openemr.git]
/
interface
/
main
/
blank.php
blob
b50fd73b6981b5b41c83f535da6fa469e03018c5
1
<
?php
2
include_once
(
"../globals.php"
);
3
?
>
4
<
html
>
5
<
head
>
6
<
link rel
=
"stylesheet"
href
=
"<?php echo
$css_header
;?>"
type
=
"text/css"
>
7
</
head
>
8
<
body
class
=
"body_bottom"
>
9
</
body
>
10
</
html
>