mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
localisation path for all view templates
This commit is contained in:
parent
124129e2a0
commit
d5a13b1e4c
28 changed files with 113 additions and 100 deletions
|
@ -65,7 +65,7 @@ function notifications_content(&$a) {
|
|||
$sql_extra = " AND `ignore` = 0 ";
|
||||
|
||||
|
||||
$tpl = file_get_contents('view/intros-top.tpl');
|
||||
$tpl = load_view_file('view/intros-top.tpl');
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$hide_url' => ((strlen($sql_extra)) ? 'notifications/all' : 'notifications' ),
|
||||
'$hide_text' => ((strlen($sql_extra)) ? t('Show Ignored Requests') : t('Hide Ignored Requests'))
|
||||
|
@ -79,7 +79,7 @@ function notifications_content(&$a) {
|
|||
if(($r !== false) && (count($r))) {
|
||||
|
||||
|
||||
$tpl = file_get_contents("view/intros.tpl");
|
||||
$tpl = load_view_file("view/intros.tpl");
|
||||
|
||||
foreach($r as $rr) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue