[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2012-06-17 21:44:51
Message-ID: 20120617214451.C211AAC779 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1301459 by aacid:

Add a hook for the page_title so we can generate an i18n'ed page title that can't be \
composed by i18n_noop


 M  +3 -0      header.inc  


--- trunk/www/media/includes/header.inc #1301458:1301459
@@ -100,6 +100,9 @@
   if (!isset($site_title))
     $site_title = i18n_var("K Desktop Environment");
 
+  if (function_exists('function_to_get_page_title'))
+    $page_title = function_to_get_page_title();
+
   if (isset($page_title))
     $title = "$site_title - ".i18n_var( $page_title );
   else


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic