diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-15 13:52:39 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-15 13:52:39 -0500 |
| commit | 233260244803dad4c892f9ab52fee3d5e48b3b39 (patch) | |
| tree | 72392a6326009f90c1786f2bb482471ba81a1f79 /template/profile.st | |
| parent | 692e2d725f278708324fd2534007448ed03a150d (diff) | |
| parent | d542c7f4476b14d6a0fa2c1089ed6ff1fe8da5dc (diff) | |
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod/
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index cd216e0..91ca683 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,7 +2,7 @@ <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" href="/static/profile.css"> + <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css"> <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> <script> @@ -36,9 +36,16 @@ $else$ <h3> </h3> <h3> </h3> + <h3> </h3> <h3> </h3> <h3> </h3> + <h3> </h3><div id="newuser"> <h3>This is your user log, it's where all the images you post are saved. <br> To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> + <h3> </h3></div> + <h3> </h3> + <h3> </h3> <h3> </h3> + <h3> </h3> + <h3> </h3> $endif$ <p> </p> <div id="pnav"> |
