1<?php
2/**
3 * Options for the Keyboard Plugin
4 */
5$conf['disable_translation'] = 0;             // disable translation: off
6$conf['css_class']           = '__keyboard';  // CSS class for <kbd> element
7
8//Setup VIM: ex: et ts=2 enc=utf-8 :
9