librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1211] undo that


From: Clint Adams
Subject: [Librefm-commits] [1211] undo that
Date: Tue, 05 May 2009 23:31:45 +0000

Revision: 1211
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1211
Author:   clint
Date:     2009-05-05 23:31:45 +0000 (Tue, 05 May 2009)
Log Message:
-----------
undo that

Modified Paths:
--------------
    trunk/nixtape/templating.php
    trunk/nixtape/themes/librefm/templates/header.tpl

Modified: trunk/nixtape/templating.php
===================================================================
--- trunk/nixtape/templating.php        2009-05-05 23:28:03 UTC (rev 1210)
+++ trunk/nixtape/templating.php        2009-05-05 23:31:45 UTC (rev 1211)
@@ -45,8 +45,4 @@
 
 header("Content-Type: text/html; charset=utf-8");
 
-function insert_getMenu() {
-       $smarty->display('menu.tpl');
-}
-
 ?>

Modified: trunk/nixtape/themes/librefm/templates/header.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/header.tpl   2009-05-05 23:28:03 UTC 
(rev 1210)
+++ trunk/nixtape/themes/librefm/templates/header.tpl   2009-05-05 23:31:45 UTC 
(rev 1211)
@@ -38,7 +38,7 @@
 <div id="doc2" class="yui-t7">
        <div id="hd" role="navigation">
                <h1 rel="dc:publisher" class="vcard"><a property="foaf:name" 
rel="foaf:homepage" href="{$base_url}" class="fn org url">Libre.fm</a></h1>
-               {insert name="getMenu"}
+               {include file='menu.tpl'}
        </div>
 
    <div id="bd" role="main">





reply via email to

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