$this->daoBook = new wsDAOBook($core->con);
$this->book = $this->daoBook->selectById($book_id);
- $this->book->parametres->mobileVideosPath = '';
$this->pages = $this->daoBook->getPagesOfBook($book_id);
if ($this->book->parametres->mobileVersion == 'html5-images') {
if (!isset($this->config->l10n)) {
$this->writeLangs();
}
-
+
if (isset($this->config->l10n['default']->$str)) {
return $this->config->l10n['default']->$str;
} else {
public function copyLinkFile($source, $dest, $video = false) {
if ($video && $this->book->parametres->mobileVideosPath != '') {
- return;
+
}
$origDir = $this->wdir;
}
}
-
if (!is_array($source)) {
$source = array($source);
}