summaryrefslogtreecommitdiff
path: root/frontend/views.py
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
committerroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
commita79d045cc366670d87a4782acc79ec2955c71dd1 (patch)
tree95c469c388a1f2b54cdcd4214d02eba1dbab6000 /frontend/views.py
parente6eef4f848d76a14fcd692de49d6e337acbf3384 (diff)
back to .fm
Diffstat (limited to 'frontend/views.py')
-rw-r--r--frontend/views.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/views.py b/frontend/views.py
index 09d0cb0..a645a51 100644
--- a/frontend/views.py
+++ b/frontend/views.py
@@ -116,7 +116,7 @@ def directory(request):
return response
def get_thumbnail(user):
- STOCK_THUMBNAIL = 'http://scannerjammer.com/img/runner.gif'
+ STOCK_THUMBNAIL = 'http://scannerjammer.fm/img/runner.gif'
"""
FIXME
if user.access and 'http' in user.access: # what was those fields?
@@ -200,11 +200,11 @@ def room(request, roomname):
jsPath = "/js/sj6.js"
title = sjroom.name.capitalize() + " room on ScannerJammer"
- thumbnail = "http://scannerjammer.com/img/plant.gif"
+ thumbnail = "http://scannerjammer.fm/img/plant.gif"
if sjroom.name == "glitter":
- thumbnail = "http://scannerjammer.com/img/glitter_flower.gif"
+ thumbnail = "http://scannerjammer.fm/img/glitter_flower.gif"
elif sjroom.name == "glasspopcorn":
- thumbnail = "http://scannerjammer.com/img/glasspopthumb.gif"
+ thumbnail = "http://scannerjammer.fm/img/glasspopthumb.gif"
title = "GlassPopcorn TV"
elif room == "adult":
#serverPort = 6969