Installation

Installation process

Extension package is build according to Magento guidelines. Installation process is usual. Please follow How to Install an Extension in Magento 1 article.

Custom theme

If you are using custom theme you need follow next steps:

  1. Copy layout file
    from: app\design\frontend\base\default\layout\newssubscribers.xml
    to: app\design\frontend\YOUR\THEME\layout\newssubscribers.xml
  2. Copy html files
    from:from: app\design\frontend\base\default\template\newssubscribers\
    to: app\design\frontend\YOUR\THEME\template\newssubscribers\
  3. Copy css file
    from:from: \skin\frontend\base\default\css\style-newssubscribers.css
    to: \skin\frontend\YOUR\THEME\css\style-newssubscribers.css