7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
$title = "Merry Grav-Mass!";
|
|
$description = "A secular celebration.";
|
|
$created = "2016-12-25";
|
|
$updated = "2016-12-25";
|
|
?>
|