From 4c27c81d1855b2f2c4bc2ad5d5c568e7368f4042 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 17 Dec 2013 15:28:56 -0800 Subject: [PATCH] CRM-12578 - Cleanup references to unused stylesheets --- templates/CRM/common/commonCSS.tpl | 4 ---- templates/CRM/common/fatal.tpl | 2 -- templates/CRM/common/wordpress.tpl | 20 -------------------- 3 files changed, 26 deletions(-) diff --git a/templates/CRM/common/commonCSS.tpl b/templates/CRM/common/commonCSS.tpl index 8295140681..697cc91ab6 100644 --- a/templates/CRM/common/commonCSS.tpl +++ b/templates/CRM/common/commonCSS.tpl @@ -27,12 +27,9 @@ {if $config->customCSSURL} {else} - - {/if} {elseif $config->userFramework eq 'Joomla'} - {if !$config->userFrameworkFrontend} @@ -42,5 +39,4 @@ {if $config->customCSSURL} {/if} - {/if} diff --git a/templates/CRM/common/fatal.tpl b/templates/CRM/common/fatal.tpl index 60f343b451..a555a88bd9 100644 --- a/templates/CRM/common/fatal.tpl +++ b/templates/CRM/common/fatal.tpl @@ -33,14 +33,12 @@ -
{else}
- {/if}
{ts}Sorry but we are not able to provide this at the moment.{/ts} diff --git a/templates/CRM/common/wordpress.tpl b/templates/CRM/common/wordpress.tpl index f78a8569ac..091af8890a 100644 --- a/templates/CRM/common/wordpress.tpl +++ b/templates/CRM/common/wordpress.tpl @@ -29,26 +29,6 @@
-{* we should uncomment below code only when we are experimenting with new css for specific pages and comment css inclusion in civicrm.module*} -{*if $config->customCSSURL} - -{else} - {assign var="revamp" value=0} - {foreach from=$config->revampPages item=page} - {if $page eq $tplFile} - {assign var="revamp" value=1} - {/if} - {/foreach} - - {if $revamp eq 0} - - {else} - - {/if} - -{/if*} - - {crmNavigationMenu is_default=1} {if $breadcrumb} -- 2.25.1