diff --git a/public_html/classes/page.php b/public_html/classes/page.php new file mode 100644 index 0000000..c69c08f --- /dev/null +++ b/public_html/classes/page.php @@ -0,0 +1,31 @@ + array( + "Title" => "Title", + "Slug" => "Slug", + ), + 'none' => array( + "Body" => "Body" + ) + ); +}