mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
parent
e7e1c9e266
commit
a7414bf39b
@ -305,6 +305,11 @@ class AdvsController extends PublicController
|
|||||||
$loop++;
|
$loop++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($cityId) {
|
||||||
|
$catText = "$cityId->name $catText";
|
||||||
|
}
|
||||||
|
|
||||||
$this->template->set('showTitle', false);
|
$this->template->set('showTitle', false);
|
||||||
$this->template->set('meta_title', $catText);
|
$this->template->set('meta_title', $catText);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user