|
|
|
@@ -267,6 +267,10 @@ Function PostEditUrl(ByVal postId) |
|
|
|
PostEditUrl = "/posts/" & Server.URLEncode(CStr(postId)) & "/edit" |
|
|
|
End Function |
|
|
|
|
|
|
|
Function PostUpdateUrl(ByVal postId) |
|
|
|
PostUpdateUrl = "/posts/" & Server.URLEncode(CStr(postId)) |
|
|
|
End Function |
|
|
|
|
|
|
|
Function PostDeleteUrl(ByVal postId) |
|
|
|
PostDeleteUrl = "/posts/" & Server.URLEncode(CStr(postId)) & "/delete" |
|
|
|
End Function |
|
|
|
|