Explorar el Código

Make the site more editorial

master
nano hace 6 días
padre
commit
8918766eee
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      app/controllers/HomeController.asp

+ 3
- 0
app/controllers/HomeController.asp Ver fichero

@@ -25,6 +25,9 @@ Class HomeController_Class
End Property

Public Sub index()
Dim posts, categories
Set posts = PostsRepository().FindAllWhere("IsPublished = 1", "PublishedDate DESC", 0, 5)
Set categories = CategoriesRepository().Find(Empty, "Name")
%>
<!--#include file="../views/Home/index.asp" -->
<%


Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.