librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1455] add code to ensure the homepage has something t


From: Matt Lee
Subject: [Librefm-commits] [1455] add code to ensure the homepage has something to play
Date: Sun, 10 May 2009 03:49:01 +0000

Revision: 1455
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1455
Author:   mattl
Date:     2009-05-10 03:49:01 +0000 (Sun, 10 May 2009)
Log Message:
-----------
add code to ensure the homepage has something to play

Modified Paths:
--------------
    trunk/nixtape/index.php

Modified: trunk/nixtape/index.php
===================================================================
--- trunk/nixtape/index.php     2009-05-10 03:45:25 UTC (rev 1454)
+++ trunk/nixtape/index.php     2009-05-10 03:49:01 UTC (rev 1455)
@@ -25,5 +25,7 @@
 require_once('data/Server.php');
 
 $smarty->assign('welcome', true);
+
+$smarty->assign("station", "rock");
 $smarty->display('welcome.tpl');
 ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]