7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
$title = "Recipe: Pollo Picantito";
|
|
$description = "A spicy chicken & rice dish.";
|
|
$created = "2020-01-13";
|
|
$updated = "2020-01-13";
|
|
?>
|