- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_load_copyrite.php
blob7bbd5fa00842ba593eaaac9b1651235825a5bb0b
1 <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#cfcfcf">
2 <tr>
3 <td align="center">
4 <table width="100%" bgcolor="ffffff" cellspacing=0 cellpadding=5 class="copyright">
5 <tr>
6 <td>
7 <?php
8 if(file_exists($root_path.'language/'.$lang.'/'.$lang.'_copyrite.php')) include($root_path.'language/'.$lang.'/'.$lang.'_copyrite.php');
9 else include($root_path.'language/en/en_copyrite.php');
11 <?php
12 if(defined('USE_PAGE_GEN_TIME')&&USE_PAGE_GEN_TIME){
13 $pgt->ende();
14 $pgt->ausgabe();
17 </td>
18 <tr>
19 </table>
20 </td>
21 </tr>
22 </table>