translate the page titles
This commit is contained in:
parent
94ee8f6e23
commit
8bbd10724b
|
@ -32,7 +32,7 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA
|
|||
?>
|
||||
<section class="content grid">
|
||||
<div class="col-left">
|
||||
<h1>Програма</h1>
|
||||
<h1><?php pll_e('Програма') ?></h1>
|
||||
|
||||
|
||||
<table cellpadding="0" cellspacing="0" style="text-align: center;" class="schedule">
|
||||
|
|
|
@ -6,7 +6,7 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA
|
|||
?>
|
||||
<section class="content grid">
|
||||
<div class="col-left">
|
||||
<h1>Лектори</h1>
|
||||
<h1><?php pll_e('Лектори') ?></h1>
|
||||
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in New Issue