This commit is contained in:
2022-04-02 22:58:04 -07:00
parent 7766cd517b
commit 4f51bd52ed
12 changed files with 32 additions and 68 deletions

View File

@@ -200,11 +200,11 @@ pub.route("/SecondChance", {
BlazeLayout.render("Public", {content: "SecondChance"});
}
});
pub.route("/PhotoGallery", {
name: 'PhotoGallery',
pub.route("/NewsAndPhotos", {
name: 'NewsAndPhotos',
action: function(params, queryParams) {
require("/imports/ui/PhotoGallery.js");
BlazeLayout.render("Public", {content: "PhotoGallery"});
require("/imports/ui/NewsAndPhotos.js");
BlazeLayout.render("Public", {content: "NewsAndPhotos"});
}
});
pub.route("/JrHighSummer", {