diff options
Diffstat (limited to 'template/frontpage.st')
| -rw-r--r-- | template/frontpage.st | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/template/frontpage.st b/template/frontpage.st index 22c780c..e8ceea6 100644 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -431,7 +431,7 @@ jQuery(window).load(function(){ <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="$domain$/static/img/thumbs/searchbaricon.png"/> Tags</a> </div>--> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> - <a href="$domain$/register" id="disregister">Register!</a> + <!-- <a href="$domain$/register" id="disregister">Register!</a>--> $endif$ <div id="searchbox"> @@ -468,13 +468,16 @@ jQuery(window).load(function(){ <iframe src="$domain$/fullscreen" style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe> </div> $else$ - <div class="alttxt"> - dump.fm is a real-time image chat!<br><br> - check out our top dumps + <div class="alttxt"style="font-size:18px;text-transform:uppercase;text-align:left"> + dump.fm is an elite real-time image chat community. we host more than 1,500,000 images. + + register <a href="http://dump.fm/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> + <strong> + <a href="$domain$/login" class="signin">sign in</a></strong>or <strong><a href="$domain$/register">register</a> + </strong>--> </div> $endif$ </div> @@ -498,7 +501,7 @@ $endif$ <!--START FOOTER $footer()$--> -<br><br><center> +<!--<br><br><center> <div id="footer"> @2011 <a href="/">dump.fm</a> <a href="$domain$/about_us" style="word-spacing: normal">About Us</a> @@ -506,7 +509,7 @@ $endif$ <a href="$domain$/terms">Terms</a> <a href="$domain$/privacy">Privacy</a> </div></center> -</div> +</div>--> $google_analytics()$ $debug_log()$ @@ -526,3 +529,4 @@ $debug_log()$ <script type="text/javascript">m00=document.getElementsByTagName("img");m01=m00.length;function images_loading_bar(){m02=0;for(i=0;i<m01;i++)m02+=(m00[i].complete)?1:0;document.getElementById("LB1").style.width=Math.round(m02/m01*100)+'px';if(m02==m01)setTimeout("document.getElementById('LB0').style.display='none'",128); else setTimeout("images_loading_bar()", 64);};images_loading_bar();</script> </body> </html> + |
