[pLog-svn] r2892 - templates/trunk/ice

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Feb 3 14:53:00 GMT 2006


Author: jondaley
Date: 2006-02-03 14:53:00 +0000 (Fri, 03 Feb 2006)
New Revision: 2892

Modified:
   templates/trunk/ice/panel.template
Log:
blogId was hard-coded to 1. http://forums.lifetype.net/viewtopic.php?t=4127

Modified: templates/trunk/ice/panel.template
===================================================================
--- templates/trunk/ice/panel.template	2006-02-03 14:04:23 UTC (rev 2891)
+++ templates/trunk/ice/panel.template	2006-02-03 14:53:00 UTC (rev 2892)
@@ -10,7 +10,7 @@
 	 <div id="search">
       <input class="search" name="searchTerms" value="" size="14" type="text" />
       <input name="op" value="Search" type="hidden" />
-      <input name="blogId" value="1" type="hidden" />
+      <input name="blogId" value="{$blog->getId()}" type="hidden" />
       <input class="search" name="Search" value="{$locale->tr("search_s")}" type="submit" />
      </div>
 	</form>
@@ -45,4 +45,4 @@
 	 <h5>Credits</h5>
       {include file="$blogtemplate/credits.template"}
 	</div>
-</div>
\ No newline at end of file
+</div>



More information about the pLog-svn mailing list