Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnouraei committed Oct 23, 2021
1 parent bb6b311 commit e5010e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DNN Platform/Website/admin/Skins/Styles.ascx.cs
Expand Up @@ -20,8 +20,12 @@ public partial class Styles : SkinObjectBase

public string Name { get; set; }

public string StyleSheet { get; set; }

public string StyleSheet { get; set; }
//Bazrafshan
//START Persian-DnnSoftware
private int _priority = 10;
public int Priority { set { _priority = value; } get { return ((int)Web.Client.FileOrder.Css.SkinCss) + _priority; } }
//END Persian-DnnSoftware
public bool UseSkinPath
{
get
Expand Down

0 comments on commit e5010e9

Please sign in to comment.