mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 14:59:18 +08:00
10 lines
157 B
PHP
10 lines
157 B
PHP
|
<?php
|
||
|
/**
|
||
|
* PO source view
|
||
|
*/
|
||
|
$this->extend('view');
|
||
|
$this->start('source');
|
||
|
|
||
|
echo $this->render('../common/inc-po-header');
|
||
|
echo $this->render('msgcat');
|