Updated
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user