more shrink, and a + t2
This commit is contained in:
@@ -13,6 +13,12 @@ class Plugin extends Base
|
||||
$this->hook->on('template:layout:css', array(
|
||||
'template' => 'plugins/ShrinkVertically/Asset/css/shrink-vertically.css',
|
||||
));
|
||||
|
||||
// Append a "+" to the two vertical-collapse menu labels so it is visible
|
||||
// that the behaviour is modified by this plugin.
|
||||
$this->hook->on('template:layout:js', array(
|
||||
'template' => 'plugins/ShrinkVertically/Asset/js/shrink-vertically.js',
|
||||
));
|
||||
}
|
||||
|
||||
public function getPluginName()
|
||||
|
||||
Reference in New Issue
Block a user