html to section_title.tpl
This commit is contained in:
parent
47a15f6a00
commit
74267310d6
11 changed files with 110 additions and 68 deletions
|
|
@ -23,8 +23,10 @@ function dirfind_content(&$a) {
|
|||
|
||||
$o = '';
|
||||
|
||||
$o .= '<h2>' . t('People Search') . ' - ' . $search . '</h2>';
|
||||
|
||||
$o .= replace_macros(get_markup_template("section_title.tpl"),array(
|
||||
'$title' => sprintf( t('People Search - %s'), $search)
|
||||
));
|
||||
|
||||
if($search) {
|
||||
|
||||
$p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue