Final Update From Caleb
Incorporated all Caleb's changes
This commit is contained in:
@@ -149,7 +149,7 @@ pub.route("/News&Notices", {
|
||||
name: 'News&Notices',
|
||||
action: function(params, queryParams) {
|
||||
require("/imports/ui/News&Notices.js");
|
||||
BlazeLayout.render("Public", {content: "News&Notices"});
|
||||
BlazeLayout.render("Public", {content: "NewsNotices"});
|
||||
}
|
||||
});
|
||||
pub.route("/PhotoGallery", {
|
||||
@@ -173,3 +173,10 @@ pub.route("/HowCanYouHelp", {
|
||||
BlazeLayout.render("Public", {content: "Support"});
|
||||
}
|
||||
});
|
||||
pub.route("/CurrentBoard", {
|
||||
name: 'CurrentBoard',
|
||||
action: function(params, queryParams) {
|
||||
require("/imports/ui/CurrentBoard.js");
|
||||
BlazeLayout.render("Public", {content: "CurrentBoard"});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user