$this->writeCartConfig();
$this->writeXMLArticles();
$this->log('XML Articles written');
+ $this->writeSlider();
+ $this->log('Slider written');
$linksCSS = $this->writeLinks();
$this->log('Links written');
$this->writeArticles();
// touch($f);
}
+ protected function writeSlider()
+ {
+ if ($this->book->parametres->sliderImage) {
+ $dim = CubeIT_Image::getimagesize($this->wdir . '/' . $this->book->parametres->sliderImage);
+ $this->config->sliderImageDimensions = $dim;
+ $this->copyLinkFile($this->book->parametres->sliderImage, 'data/interface');
+ }
+ }
+
protected function writeStats()
{
global $core;