Exemplo n.º 1
0
        private static System.Web.UI.Control GetSeparator()
        {
            string iconSrc = Images.GetThemedImageSource("Applications/32x32/navigate_right.png", ImageDimension.id32x32);

            Sitecore.Web.UI.HtmlControls.Image icon = new Sitecore.Web.UI.HtmlControls.Image(iconSrc);
            return(icon);
        }
Exemplo n.º 2
0
 private static System.Web.UI.Control GetSeparator()
 {
   string iconSrc = Images.GetThemedImageSource("Applications/32x32/navigate_right.png", ImageDimension.id32x32);
   Sitecore.Web.UI.HtmlControls.Image icon = new Sitecore.Web.UI.HtmlControls.Image(iconSrc);
   return icon;
 }