diff --git a/templates/options.tpl b/templates/options.tpl index 63f84fddff4c0d43d1dd737204fcd4cf7125bda7..3feb3bbaba2540cfc0e915493ff8bf88eccd0b49 100644 --- a/templates/options.tpl +++ b/templates/options.tpl @@ -45,7 +45,7 @@ </span> </div> <div class="row"> - <label for="hackergotchi">Hackergotchi:</label> + <label for="hackergotchi">Hackergotchi (user avatar):</label> <span class="textinput" id="hackergotchi"> {if $hackergotchi} <img src="{$baseurl}/pictures/people/{$session->username}.png" /> @@ -67,6 +67,7 @@ <label>Update Hackergotchi:</label> <span class="textinput"> <input name="hackergotchi" type="file" /> + <div class="note">See <a href="http://en.wikipedia.org/wiki/Hackergotchi">Wikipedia's entry on Hackergotchis</a> if you've not got a clue what we're on about!</div> <div class="note">This must be an image in PNG format with dimensions no greater than 128x128 pixels.</div> </span> </div>