diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/frontpage.st | 14 | ||||
| -rw-r--r-- | template/hall_log_dump.st | 2 | ||||
| -rw-r--r-- | template/pogs.st | 1 |
3 files changed, 10 insertions, 7 deletions
diff --git a/template/frontpage.st b/template/frontpage.st index 22c47fe..22c780c 100644 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -468,22 +468,23 @@ jQuery(window).load(function(){ <iframe src="$domain$/fullscreen" style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe> </div> $else$ - Currently hot on <a href="$domain$/chat">dump.fm</a> <div class="alttxt"> - <br>Join the conversation!<br><br> + dump.fm is a real-time image chat!<br><br> + check out our top dumps + <br><br> <strong> - <a href="$domain$/login" class="signin">sign in</a></strong> or <strong><a href="$domain$/register">register!</a> + <a href="$domain$/login" class="signin">sign in</a></strong> or <strong><a href="$domain$/register">register</a> </strong> </div> $endif$ </div> - $if(dumps)$ $dumps: { dump | $hall_log_dump()$ }$ $endif$ </div> - + +$if(user_nick)$ <div id="pgbuttons"> $if(prev_date)$ <a class="prev_date" href="$domain$/top/$prev_date$"><- $prev_date$</a> @@ -493,12 +494,13 @@ jQuery(window).load(function(){ <a class="next_date" href="$domain$/top/$next_date$">$next_date$ -></a> $endif$ </div> +$endif$ <!--START FOOTER $footer()$--> <br><br><center> <div id="footer"> -@2010 <a href="/">dump.fm</a> +@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$/terms">Terms</a> diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st index 4cd7ba7..d12fecb 100644 --- a/template/hall_log_dump.st +++ b/template/hall_log_dump.st @@ -3,5 +3,7 @@ $if(dump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$dump.score$</span>$endif$ <div class="content" data-category="posts">$dump.content$</div> <hr /> + $if(logged_in)$ $frontpage_share_buttons()$ + $endif$ </div> diff --git a/template/pogs.st b/template/pogs.st index 63bc29e..e2f0dbd 100644 --- a/template/pogs.st +++ b/template/pogs.st @@ -216,7 +216,6 @@ font-size:100%;} <img src="http://dump.fm/images/20100706/1278438862410-dumpfm-pixelfuck-Untitled-3.gif"> <img src="http://dump.fm/images/20100706/1278437086903-dumpfm-noisia-digipog-man-face-boring.gif"> <img src="http://dump.fm/images/20100706/1278436783573-dumpfm-noisia-digipog-hypothete-subpixel-favheart.gif"> -<img src="http://dump.fm/images/20100706/1278436627721-dumpfm-noisia-digipog-dr-dieter-daniels.gif"> <img src="http://dump.fm/images/20100706/1278436379077-dumpfm-noisia-digipog-pie-chart.gif"> <img src="http://dump.fm/images/20100706/1278436190174-dumpfm-noisia-digipog-blinking-green-alien-sharp-big-shrunk-what.gif"> <img src="http://dump.fm/images/20100706/1278442797918-dumpfm-ryder-hentipog.gif"> |
