diff options
Diffstat (limited to 'template/frontpage.st')
| -rwxr-xr-x | template/frontpage.st | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/template/frontpage.st b/template/frontpage.st index bf8ce22..efb433c 100755 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -59,10 +59,10 @@ jQuery(window).load(function(){ </head> <body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$"> - - <!-- - <iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe> - --> + + <!-- + <iframe src="$domain$/fullscreen" class="fullscreen-bg"></iframe> + --> <!--START BANNER--> <div id="banner"> @@ -141,13 +141,13 @@ jQuery(window).load(function(){ <div class="alttxt"> dump.fm is an elite real-time image chat community. we host more than 1,500,000 images. - register <a href="/register">here.</a> - <br>view the dump.fm feed in <a href="/fullscreen">fullscreen. :)</a> - <!-- <br> <br> <iframe src="$domain$/fullscreen" style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe> - <br><br> - <strong> - <a href="$domain$/login" class="signin">sign in</a></strong>or <strong><a href="$domain$/register">register</a> - </strong>--> + register <a href="/register">here.</a> + <br>view the dump.fm feed in <a href="/fullscreen">fullscreen. :)</a> + <!-- <br> <br> <iframe src="$domain$/fullscreen" class="fullscreen-thumb"></iframe> + <br><br> + <strong> + <a href="$domain$/login" class="signin">sign in</a></strong>or <strong><a href="$domain$/register">register</a> + </strong>--> </div> $endif$ </div> @@ -174,8 +174,8 @@ $endif$ <!--<br><br><center> <div id="footer"> @2011 <a href="/">dump.fm</a> -<a href="$domain$/about_us" style="word-spacing: normal">About Us</a> -<a href="$domain$/help" style="word-spacing: normal">Help FAQ</a> +<a href="$domain$/about_us">About Us</a> +<a href="$domain$/help">Help FAQ</a> <a href="$domain$/terms">Terms</a> <a href="$domain$/privacy">Privacy</a> </div></center> |
