Lines Matching refs:media_folder
1131 $media_folder = $this->getConf('media_folder');
1154 $zip->addFile($location, $media_folder . "/" . $path);
1159 $this->_insertImage($path, $align, $media_folder);
1161 $this->_insertFile($path, $title, $media_folder);
1184 $media_folder = $this->getConf('media_folder');
1192 $path = $media_folder . "/" . $filename;
1198 $this->_insertImage($filename, $align, $media_folder);
1200 $this->_insertFile($filename, $title, $media_folder);
1641 * @param string $media_folder path to the media folder.
1643 protected function _insertImage($path, $align, $media_folder) { argument
1645 $pckg->addCommand('\\graphicspath{{' . $media_folder . '/}}');
1676 * @param string $media_folder Location of media folder.
1678 protected function _insertFile($path, $title, $media_folder) { argument
1679 $path = $media_folder . "/" . $path;