View Single Post
  #4  
Old 01-12-2015, 01:25 AM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default Re: Company Start Year

OK, but when editing the template, nothing happens--even after clearing the cache.

Example:

Before:
Code:
<div class="powered-by"> <p class="copyright">&copy; {getCompanyYear()} {config.Company.company_name}. {t(#All rights reserved.#)}</p> <p class="powered-by-label">{getMessage():h}</p> </div>

After:
Code:
<div class="powered-by"> <p class="copyright">&copy; {t(#1964#)} {config.Company.company_name}. {t(#All rights reserved.#)}</p> <p class="powered-by-label">{getMessage():h}</p> </div>

NOTE: I previously added the custom "powered-by" CSS to remove the .powered-by-label
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote