Преглед на файлове

Make the site more editorial

master
nano преди 4 месеца
родител
ревизия
8918766eee
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      app/controllers/HomeController.asp

+ 3
- 0
app/controllers/HomeController.asp Целия файл

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


Public Sub index() 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" --> <!--#include file="../views/Home/index.asp" -->
<% <%


Loading…
Отказ
Запис

Powered by TurnKey Linux.