blob: 9ee037a96a5a330864655d08f100afff5e0dc3f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<div id="rapper7">
<div id="header7">
<div id="logoicons">
<div id="logo7">
<div align="center"><a href="http://dump.fm"><img src="/static/img/dumppixel.png"></a></div>
</div>
<div class="white">
<div id="bar7">
<div style="float: left;">
<div align="center">
$if(user_nick)$
<a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px">♣ Log</a>
<a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$♥ Profile</a>
<a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" />♠ Directory</a>
<a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/>♦ Image Search</a>
$else$
<a href="/register" id="registerlink"><img src="/static/img/ako.gif"width="21px" height="21px" /> dump.fm lets you share pictures in real-time. Click here to get started!</a>
$endif$
</div>
</div>
</div>
</div>
</div>
<div id="topic"></div>
<div id="dumplist"> dump.fm - let pictures do the talking - <a href="http://dump.fm/$user_nick$/favorites">my favorite pics</a> -<a href="http://bieber.dump.fm"> - justin bieber </a>$if(isadmin)$
<a href="http://news.dump.fm">- news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a>
-<a href="http://vip.dump.fm/"> VIP </a>
$endif$
</div>
$if(user_nick)$
<div id="logout7" class="white">
<div align="center"> <a href="/logout"> Logout</a> </div>$else$ <div id="logout7" class="white"> $form_login()$</div> $endif$
</div>
<div align="center"><br /></div>
</div>
</div>
|