aboutsummaryrefslogtreecommitdiffstats
path: root/src/_helpers/band_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/_helpers/band_helper.rb')
-rw-r--r--src/_helpers/band_helper.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_helpers/band_helper.rb b/src/_helpers/band_helper.rb
new file mode 100644
index 0000000..0380184
--- /dev/null
+++ b/src/_helpers/band_helper.rb
@@ -0,0 +1,9 @@
+puts "Loading BandHelper..."
+
+module BandHelper
+ def bandlinks_all
+ "#{link('Exeloume', 'http://www.facebook.com/exeloume')}, " +
+ "#{link('Imbalance', 'http://www.imbalance.no')} og " +
+ "#{link('Ninth Circle', 'http://www.ninthcircle.no')}"
+ end
+end \ No newline at end of file