- <% include TrainingDirectoryPage_CompanyTrainingList %>
-
+ <% if Trainings %>
+ <% loop Trainings %>
+ <% include TrainingDirectoryPage_CompanyTraining TrainingLink=$Top.Link%>
+ <% end_loop %>
+ <% end_if %>
OpenStack Online Help
diff --git a/themes/openstack/templates/MarketplacePage.ss b/themes/openstack/templates/MarketplacePage.ss
deleted file mode 100644
index ba610d4..0000000
--- a/themes/openstack/templates/MarketplacePage.ss
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
$Title » OpenStack Open Source Cloud Computing Software
-
- <% base_tag %>
-
-
-
-
-
-
-
-
-
-
-
-
-
- <% if BootstrapConverted %>
- <% else %>
-
- <% end_if %>
-
-
-
-
-
-
-
- <% include Analytics %>
-
-
-
-
- <% include SiteBanner %>
- <% include Navigation %>
-
-
- <% if BootstrapConverted %>
-
- <% include MarketPlaceFrontendNav %>
-
-
- $Message
- $Layout
-
- <% else %>
-
- <% include MarketPlaceFrontendNav %>
-
-
- $Layout
-
- <% end_if %>
-
-
- <% include Footer %>
- <% include Quantcast %>
-
-
-
-