[pLog-svn] r4684 - plog/branches/lifetype-1.2/class/action
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Sat Feb  3 07:49:32 EST 2007
    
    
  
Author: oscar
Date: 2007-02-03 07:49:32 -0500 (Sat, 03 Feb 2007)
New Revision: 4684
Modified:
   plog/branches/lifetype-1.2/class/action/searchaction.class.php
Log:
added a page title when searching
Modified: plog/branches/lifetype-1.2/class/action/searchaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/searchaction.class.php	2007-02-03 12:47:44 UTC (rev 4683)
+++ plog/branches/lifetype-1.2/class/action/searchaction.class.php	2007-02-03 12:49:32 UTC (rev 4684)
@@ -107,6 +107,8 @@
 			$config =& Config::getConfig();
             $urlmode = $config->getValue( "request_format_mode" );			
             $this->_view->setValue( "urlmode", $urlmode );
+                // set the page title
+            $this->_view->setPageTitle( $this->_blogInfo->getBlog()." | ".$this->_locale->tr("search_results"));
 
 			// build the pager
 	        $url = $this->_blogInfo->getBlogRequestGenerator();
    
    
More information about the pLog-svn
mailing list