This commit is contained in:
@@ -83,7 +83,7 @@ class Output
|
||||
|
||||
/** @var \Doku_Renderer_xhtml $renderer */
|
||||
$renderer = $this->renderer;
|
||||
$renderer->doc .= '<div class="filetools-plugin filetools-gallery">';
|
||||
$renderer->doc .= '<div class="luxtools-plugin luxtools-gallery">';
|
||||
|
||||
foreach ($this->files as $item) {
|
||||
$url = $this->itemWebUrl($item, !empty($params['randlinks']));
|
||||
@@ -228,7 +228,7 @@ class Output
|
||||
}
|
||||
|
||||
$style = $this->containerStyle($params);
|
||||
$this->renderer->doc .= '<div class="filetools-plugin"' . $style . '>';
|
||||
$this->renderer->doc .= '<div class="luxtools-plugin"' . $style . '>';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -473,8 +473,8 @@ class Output
|
||||
|
||||
$noIcon = !empty($item['noicon']);
|
||||
$link['class'] = $noIcon
|
||||
? 'filetools-open'
|
||||
: 'filetools-open media mediafile mf_folder';
|
||||
? 'luxtools-open'
|
||||
: 'luxtools-open media mediafile mf_folder';
|
||||
|
||||
$link['more'] .= ' data-path="' . hsc($path) . '"';
|
||||
if ($conf['relnofollow']) $link['more'] .= ' rel="nofollow"';
|
||||
|
||||
Reference in New Issue
Block a user