public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
remove coderay, allow setting of flickr key

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1616 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Aug 13 23:55:59 -0700 2006
commit  530ac2f0cd76784e73d5a2a9d086334b254cc888
tree    37c705ef9e36a26c5e6e3e4230b6177f4ad7428e
parent  6cb2033594fa080c0b147eb7b52385daabd131cd
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ class FlickrMacro < FilteredColumn::Macros::Base
0
     title = attributes[:title]
0
     alt = attributes[:alt]
0
 
0
- flickr = Flickr.new(KEY)
0
+ flickr = Flickr.new(attributes[:key] || KEY)
0
     flickrimage = Flickr::Photo.new(img)
0
     sizes = flickrimage.sizes
0
 

Comments

    No one has commented yet.