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:
- Copy layout file
from: app\design\frontend\base\default\layout\newssubscribers.xmlto: app\design\frontend\YOUR\THEME\layout\newssubscribers.xml
- Copy html files
from:from: app\design\frontend\base\default\template\newssubscribers\to: app\design\frontend\YOUR\THEME\template\newssubscribers\
- Copy css file
from:from: \skin\frontend\base\default\css\style-newssubscribers.cssto: \skin\frontend\YOUR\THEME\css\style-newssubscribers.css