mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
page titles
This commit is contained in:
@@ -16,7 +16,7 @@ class Contestcalendar extends CI_Controller {
|
||||
redirect('dashboard');
|
||||
}
|
||||
|
||||
$data['page_title'] = "Contest Calendar";
|
||||
$data['page_title'] = __("Contest Calendar");
|
||||
|
||||
// get the raw data and parse it
|
||||
$rssRawData = $this->getRssData();
|
||||
|
||||
Reference in New Issue
Block a user