diff --git a/umbraco/presentation/install/steps/theend.ascx b/umbraco/presentation/install/steps/theend.ascx
index 795fbae571..f68a8425b7 100644
--- a/umbraco/presentation/install/steps/theend.ascx
+++ b/umbraco/presentation/install/steps/theend.ascx
@@ -28,7 +28,7 @@ jQuery(document).ready(function () {
Now why not get configuring your new installed skin?
@@ -36,10 +36,29 @@ jQuery(document).ready(function () {
-
-
Community blogs
Loading...
-
+
+
+ Community blogs
+ Loading...
+
+
diff --git a/umbraco/presentation/install/steps/theend.ascx.cs b/umbraco/presentation/install/steps/theend.ascx.cs
index 4ceca00a06..760e71bc1c 100644
--- a/umbraco/presentation/install/steps/theend.ascx.cs
+++ b/umbraco/presentation/install/steps/theend.ascx.cs
@@ -27,10 +27,8 @@ namespace umbraco.presentation.install.steps
//errorLiteral.Text = ex.ToString();
}
- if (cms.businesslogic.skinning.Skinning.IsStarterKitInstalled())
- {
- ///viewSite.Visible = true;
- }
+ if (!cms.businesslogic.skinning.Skinning.IsStarterKitInstalled())
+ customizeSite.Visible = false;
}
diff --git a/umbraco/presentation/install/steps/theend.ascx.designer.cs b/umbraco/presentation/install/steps/theend.ascx.designer.cs
index 14b19468e1..091694a4f7 100644
--- a/umbraco/presentation/install/steps/theend.ascx.designer.cs
+++ b/umbraco/presentation/install/steps/theend.ascx.designer.cs
@@ -11,5 +11,14 @@ namespace umbraco.presentation.install.steps {
public partial class theend {
+
+ ///
+ /// customizeSite control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlGenericControl customizeSite;
}
}