/[nuke]/html/themes/ExtraLite/footer.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/themes/ExtraLite/footer.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Mon Jun 12 20:42:55 2000 UTC (23 years, 11 months ago) by dpavlin
Branch: dbp, MAIN
CVS Tags: r3_6, HEAD
Changes since 1.1: +0 -0 lines
import of version 3.6

1 <?PHP
2
3 if ($index == 1) {
4 echo "<td>&nbsp;</td><td valign=\"top\" bgcolor=\"#FFFFFF\">";
5 pollNewest();
6 if($cookie[8]) {
7 $getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
8 $title = "".translate("Menu for")." $cookie[1]";
9 list($ublock) = mysql_fetch_row($getblock);
10 themesidebox($title, $ublock);
11 }
12 oldNews($storynum);
13 rightblocks();
14 echo "</td>";
15 }
16
17 ?>
18
19 </td></tr></table>
20 </td></tr></table>
21 </body></html>

  ViewVC Help
Powered by ViewVC 1.1.26