7 lines
148 B
PHP
7 lines
148 B
PHP
<?php
|
|
$title = "Summer Album";
|
|
$description = "Update on the album that never gets released.";
|
|
$created = "2017-05-29";
|
|
$updated = "2017-05-29";
|
|
?>
|