00001 <? 00002 /************************************************************************************** 00003 Studentski Informacijski servis, 2004 00004 ************************************************************************************** 00005 footer.php 00006 footer cijele web aplikacije 00007 00008 00009 Srdjan Segvic - srle 00010 ************************************************************************************** 00011 ************************************************************************************** 00012 This program is free software; you can redistribute it and/or modify 00013 it under the terms of the GNU General Public License as published by 00014 the Free Software Foundation; either version 2 of the License, or 00015 (at your option) any later version 00016 00017 This program is distributed in the hope that it will be useful, 00018 but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 GNU Library General Public License for more details. 00021 00022 You should have received a copy of the GNU General Public License 00023 along with this program; if not, write to the Free Software 00024 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00025 **************************************************************************************/ 00026 00027 // 00028 // overall footer aplikacije - logo, copyright... 00029 // 00030 00031 echo "\n<!----- Footer - START ----->\n"; 00032 echo " 00033 <tr> 00034 <td valign=\"bottom\"> 00035 <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> 00036 <tr> 00037 <td width=\"672\" height=\"74\" valign=\"middle\"> <div align=\"left\"></div></td> 00038 <td width=\"67\" rowspan=\"2\" valign=\"bottom\"> 00039 <div align=\"left\"><img src=\"template/".$theme."/sisko.gif\" width=\"67\" height=\"87\"></div></td> 00040 <td valign=\"bottom\"><div align=\"left\"></div></td> 00041 </tr> 00042 <tr> 00043 <td width=\"672\" height=\"20\" valign=\"middle\" background=\"template/".$theme."/shade.jpg\"> 00044 <div align=\"right\"><font color=\"".$text_color1."\" class=\"textsize1\"><strong> 00045 studentski informacijski servis, 2004</strong></font></div></td> 00046 <td valign=\"middle\" background=\"template/".$theme."/shade.jpg\"> </td> 00047 </tr> 00048 </table> 00049 </td> 00050 </tr> 00051 </table> 00052 </body> 00053 </html>"; 00054 ?>