librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1363] hm, weird.


From: Matt Lee
Subject: [Librefm-commits] [1363] hm, weird.
Date: Fri, 08 May 2009 03:45:24 +0000

Revision: 1363
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1363
Author:   mattl
Date:     2009-05-08 03:45:23 +0000 (Fri, 08 May 2009)
Log Message:
-----------
hm, weird.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/footer.tpl
    trunk/nixtape/user-profile.php

Modified: trunk/nixtape/themes/librefm/templates/footer.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/footer.tpl   2009-05-08 03:44:43 UTC 
(rev 1362)
+++ trunk/nixtape/themes/librefm/templates/footer.tpl   2009-05-08 03:45:23 UTC 
(rev 1363)
@@ -7,7 +7,7 @@
 
        {include file='adbard.tpl'}     
 
-       {include file=($sidebar-template)}
+       {include file=($sidebartemplate)}
 
 </div></div>
 

Modified: trunk/nixtape/user-profile.php
===================================================================
--- trunk/nixtape/user-profile.php      2009-05-08 03:44:43 UTC (rev 1362)
+++ trunk/nixtape/user-profile.php      2009-05-08 03:45:23 UTC (rev 1363)
@@ -52,7 +52,7 @@
        $smarty->assign('isme', ($this_user->name == $user->name));
        $smarty->assign('me', $user);
        $smarty->assign('sidebar', true);
-       $smarty->assign('sidebar-template', 'profile-sidebar.tpl');
+       $smarty->assign('sidebartemplate', 'profile-sidebar.tpl');
        
        $smarty->assign('extra_head_links', array(
                        array(





reply via email to

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