Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
This commit is contained in:
@ -87,9 +87,7 @@ namespace Oqtane.Modules
|
||||
|
||||
public string ContentUrl(int fileid)
|
||||
{
|
||||
string url = (PageState.Alias.Path == "") ? "/~" : PageState.Alias.Path;
|
||||
url += Constants.ContentUrl + fileid.ToString();
|
||||
return url;
|
||||
return Utilities.ContentUrl(PageState.Alias.Path, fileid);
|
||||
}
|
||||
|
||||
// user feedback methods
|
||||
|
Reference in New Issue
Block a user