Skip to content
Snippets Groups Projects
Commit 45e11722 authored by Genvictus's avatar Genvictus
Browse files

rfc: rename post creation page to compose

parent 7b2ae432
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ class ComposePage extends BaseController{
protected function get($urlParams)
{
require PAGE_PATH . "/post.php";
require PAGE_PATH . "/compose.php";
exit();
}
}
......
......@@ -8,7 +8,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/public/css/post.css">
<link rel="stylesheet" type="text/css" href="/public/css/compose.css">
<link rel="stylesheet" href="/public/css/shared.css" />
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<title>Post Page</title>
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment