Page title

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-11-09 11:51:55 +01:00
parent b1bf1c9387
commit 948913bc82
12 changed files with 178 additions and 25 deletions

View File

@@ -73,6 +73,7 @@ function materio_search_api_ajax_search($keys, $page = 0){
'search_path'=>$search_path,
'return'=>$return,
'active_types'=>$active_types,
'title' => drupal_get_title(),
);
if ($debug) {
@@ -146,6 +147,7 @@ function materio_search_api_ajax_actuality($page = 0){
$rep = array(
'return'=>$return,
'title' => drupal_get_title(),
);
if ($debug) {