18 lines
435 B
PHP
18 lines
435 B
PHP
<?php
|
|
/**
|
|
* page.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author TL <lucianldg@tuikehome.com>
|
|
* @created 2022-07-28 20:59:38
|
|
* @modified 2022-07-28 20:59:38
|
|
*/
|
|
return [
|
|
'index' => 'Blog Berita',
|
|
'author' => 'Penulis',
|
|
'views' => 'Jumlah penayangan',
|
|
'created_at' => 'Waktu rilis',
|
|
'text_summary' => 'Abstrak',
|
|
];
|