</header>
{if $cleared}
- <p class="success">{lang}wcf.acp.cache.clear.success{/lang}</p>
+ <p class="success">{lang}wcf.acp.cache.clear.success{/lang}</p>
{/if}
- <div class="container containerPadding marginTop shadow">
+ <div class="container containerPadding marginTop">
<fieldset>
<legend>{lang}wcf.acp.cache.data{/lang}</legend>
public static $reservedTags = array('name', 'optiontype', 'defaultvalue', 'validationpattern', 'required', 'editable', 'visible', 'searchable', 'showorder', 'outputclass', 'selectoptions', 'enableoptions', 'disabled', 'categoryname', 'permissions', 'options', 'attrs', 'cdata');
/**
- * Installs user option categories.
- *
- * @param array $category
- * @param array $categoryXML
+ * @see wcf\system\package\plugin\AbstractOptionPackageInstallationPlugin::saveCategory()
*/
protected function saveCategory($category, $categoryXML = null) {
- $icon = $menuIcon = '';
- if (isset($categoryXML['icon'])) $icon = $categoryXML['icon'];
- if (isset($categoryXML['menuicon'])) $menuIcon = $categoryXML['menuicon'];
-
// use for create and update
$data = array(
'parentCategoryName' => $category['parentCategoryName'],