9 lines
129 B
PHP
9 lines
129 B
PHP
<?php
|
|
/**
|
|
* PO file editor
|
|
*/
|
|
$this->extend('editor');
|
|
$this->start('header');
|
|
|
|
echo $this->render('../common/inc-po-header');
|