Files
2026-04-26 23:47:49 +02:00

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');