librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1053] Need to include journal_rss variable in smarty.


From: Toby Inkster
Subject: [Librefm-commits] [1053] Need to include journal_rss variable in smarty.
Date: Thu, 30 Apr 2009 10:41:59 +0000

Revision: 1053
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1053
Author:   tobyink
Date:     2009-04-30 10:41:59 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Need to include journal_rss variable in smarty.
I'm going to tidy this all up soon.

Modified Paths:
--------------
    trunk/nixtape/user-journal.php
    trunk/nixtape/user-profile.php

Modified: trunk/nixtape/user-journal.php
===================================================================
--- trunk/nixtape/user-journal.php      2009-04-30 10:35:26 UTC (rev 1052)
+++ trunk/nixtape/user-journal.php      2009-04-30 10:41:59 UTC (rev 1053)
@@ -74,6 +74,7 @@
 $smarty->assign('bio', $user->bio);
 $smarty->assign('homepage', $user->homepage);
 $smarty->assign('laconica_profile', $user->laconica_profile);
+$smarty->assign('journal_rss', $user->journal_rss);
 $smarty->assign('has_identica', $user->has_identica);
 $smarty->assign('location', $user->location);
 $smarty->assign('location_uri', $user->location_uri);

Modified: trunk/nixtape/user-profile.php
===================================================================
--- trunk/nixtape/user-profile.php      2009-04-30 10:35:26 UTC (rev 1052)
+++ trunk/nixtape/user-profile.php      2009-04-30 10:41:59 UTC (rev 1053)
@@ -42,6 +42,7 @@
        $smarty->assign('fullname', $user->fullname);
        $smarty->assign('bio', $user->bio);
        $smarty->assign('homepage', $user->homepage);
+       $smarty->assign('journal_rss', $user->journal_rss);
        $smarty->assign('laconica_profile', $user->laconica_profile);
        $smarty->assign('has_identica', $user->has_identica);
        $smarty->assign('location', $user->location);





reply via email to

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