7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
$title = "New Cooking Category";
|
|
$description = "";
|
|
$created = "2019-06-13";
|
|
$updated = "2019-06-13";
|
|
?>
|