Pārlūkot izejas kodu

Make the site more editorial

master
nano pirms 6 dienas
vecāks
revīzija
8918766eee
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. +3
    -0
      app/controllers/HomeController.asp

+ 3
- 0
app/controllers/HomeController.asp Parādīt failu

@@ -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" -->
<%


Notiek ielāde…
Atcelt
Saglabāt

Powered by TurnKey Linux.