1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-10-08 15:06:16 +00:00

Created latest posts page.

This commit is contained in:
Pierre
2018-02-02 06:56:52 +01:00
parent d913b38a5d
commit 8ae6d01b4f
7 changed files with 82 additions and 1 deletions
assets
css
pages
latestPosts
js
common
components
pages
home
latestPosts
pagesList.js
system/config

@@ -19,7 +19,7 @@ ComunicWeb.pages.home.home = {
if(userLoggedIn){
//Open current user page
openPage("user/me");
openPage("latest");
}
else{