[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Librefm-commits] [1359] tag this page for sidebar
From: |
Matt Lee |
Subject: |
[Librefm-commits] [1359] tag this page for sidebar |
Date: |
Fri, 08 May 2009 03:40:15 +0000 |
Revision: 1359
http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1359
Author: mattl
Date: 2009-05-08 03:40:14 +0000 (Fri, 08 May 2009)
Log Message:
-----------
tag this page for sidebar
Modified Paths:
--------------
trunk/nixtape/user-profile.php
Modified: trunk/nixtape/user-profile.php
===================================================================
--- trunk/nixtape/user-profile.php 2009-05-08 03:39:00 UTC (rev 1358)
+++ trunk/nixtape/user-profile.php 2009-05-08 03:40:14 UTC (rev 1359)
@@ -51,7 +51,7 @@
}
$smarty->assign('isme', ($this_user->name == $user->name));
$smarty->assign('me', $user);
- $smarty->assign('profile', true);
+ $smarty->assign('sidebar', true);
$smarty->assign('extra_head_links', array(
array(
@@ -73,7 +73,7 @@
'href' =>
$base_url.'/rdf.php?fmt=xml&page='.htmlentities(str_replace($base_url, '',
$user->getURL()))
)
));
-
+
$smarty->display('user-profile.tpl');
} else {
$smarty->assign('error', 'User not found');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Librefm-commits] [1359] tag this page for sidebar,
Matt Lee <=