first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* PO source view
|
||||
*/
|
||||
$this->extend('view');
|
||||
$this->start('source');
|
||||
|
||||
echo $this->render('../common/inc-po-header');
|
||||
echo $this->render('msgcat');
|
||||
Reference in New Issue
Block a user