update news & events
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
switch (ViewData["Layout"])
|
||||
{
|
||||
case "SectionScript":
|
||||
Layout = "_PartialScript";
|
||||
break;
|
||||
default:
|
||||
Layout = "_Layout";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user