Skip to content

Commit

Permalink
Homepage|Panorama Rotator: Serve panorama images from dengine.net
Browse files Browse the repository at this point in the history
The panorama images for the new homepage design will include a
subimage containing a blurred version of the panorama. Until the
new panoramas are finalized we'll serve these from dengine.net

Todo for later: Revert this commit when the panoramas have been
finalized and uploaded to dropboxusercontent.com
  • Loading branch information
danij-deng committed Jul 13, 2013
1 parent 5b7677a commit 97ff87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/plugins/0#panoramarotator/panoramarotator.php
Expand Up @@ -58,8 +58,8 @@ static function panorama()
if(!isset($paths))
$paths = array();

//$paths[] = $imageDir.$file;
$paths[] = 'http://dl.dropboxusercontent.com/u/11948701/dengine.net/images/panoramas/'.$file;
$paths[] = $imageDir.$file;
//$paths[] = 'http://dl.dropboxusercontent.com/u/11948701/dengine.net/images/panoramas/'.$file;
$i++;
}
}
Expand Down

0 comments on commit 97ff87a

Please sign in to comment.