Просмотр файла deviantART/foot.php

Размер файла: 1.22Kb
<?php
echo' <br />
                      <br />
                      <br />
                      <br /></td>
                    <td class="b5" width="5"></td>
                  </tr>
                </table></td>
            </tr>
          </table>
          <!--=========================================================================-->
          <div class="down" align="left">';

echo'<a href="'.$config_home.'/?'.SID.'">'.$config_copy.'</a><br>';
require_once BASEDIR."template/session.php";
require_once BASEDIR."template/counters.php";	
if($config_generics=="1"){require_once BASEDIR."template/generic.php";}	  
		  
echo '		  </div>
        </div></td>
      <td bgcolor="4c4c4c" width="2"></td>
    </tr>
    <tr>
      <Td bgcolor="4c4c4c" width="2" height="2"></Td>
      <td bgcolor="4c4c4c" height="2"></td>
      <td bgcolor="4c4c4c" width="2" height="2"></td>
    </tr>
  </table>

</div>
';
echo '<div class="c" id="down">';
require_once BASEDIR."template/session.php";
require_once BASEDIR."template/counters.php";
echo '</div><div align="center">';

require_once BASEDIR."template/gzip_foot.php";
echo'<!--'.$motor_version.' version-->';
echo'</div></body></html>';
ob_end_flush();
exit;
?>