librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1585] updated links to listen, added htacces rules


From: Matt Lee
Subject: [Librefm-commits] [1585] updated links to listen, added htacces rules
Date: Thu, 14 May 2009 20:06:42 +0000

Revision: 1585
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1585
Author:   mattl
Date:     2009-05-14 20:06:42 +0000 (Thu, 14 May 2009)
Log Message:
-----------
updated links to listen, added htacces rules

Modified Paths:
--------------
    trunk/nixtape/.htaccess
    trunk/nixtape/themes/librefm/templates/menu.tpl

Modified: trunk/nixtape/.htaccess
===================================================================
--- trunk/nixtape/.htaccess     2009-05-14 20:04:35 UTC (rev 1584)
+++ trunk/nixtape/.htaccess     2009-05-14 20:06:42 UTC (rev 1585)
@@ -15,3 +15,5 @@
 RewriteRule ^group/?$                                           group.php      
                         [B,NC]
 RewriteRule ^country/([^/]+)/?$                                        
location.php?country=$1                 [B,NC]
 RewriteRule ^logout                                            
login.php?action=logout                 [B,NC]
+RewriteRule ^listen                                            listen.php
+RewriteRule ^music                                             
artist.php?popular=true

Modified: trunk/nixtape/themes/librefm/templates/menu.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-14 20:04:35 UTC 
(rev 1584)
+++ trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-14 20:06:42 UTC 
(rev 1585)
@@ -1,8 +1,8 @@
 <ul>
-       <li><a href="($base_url/music/">Popular Artists</a></li>
+       <li><a href="{$base_url}/music/">Popular Artists</a></li>
 {if ($logged_in)}
        <li><a href="{$this_user->getURL()}">{$this_user->name}</a></li>
-       <li><a href="{$base_url}/listen.php">{t}Listen{/t}</a></li>
+       <li><a href="{$base_url}/listen/">{t}Listen{/t}</a></li>
        <li><a 
href="https://savannah.nongnu.org/bugs/?group=librefm";>{t}Bugs{/t}</a></li>
        <li><a 
href="http://ideas.libre.fm/index.php/Using_turtle";>{t}Help{/t}</a></li>
        {if $this_user->userlevel > 0}





reply via email to

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