Skip to content

Commit

Permalink
FIX: Remove About Page Override
Browse files Browse the repository at this point in the history
- add ApplicationBranding compatibility
- aljawaid/ApplicationBranding@8ce5738
  • Loading branch information
aljawaid committed Jan 30, 2023
1 parent c026288 commit 0713b59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
3 changes: 0 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ class Plugin extends Base
{
public function initialize()
{
// Template - Override name should be camelCase e.g. pluginNameExampleCamelCase
$this->template->setTemplateOverride('config/about', 'kanboardSupport:config/about');

// CSS - Asset Hook - keep filename lowercase
$this->hook->on('template:layout:css', array('template' => 'plugins/KanboardSupport/Assets/css/kanboard-support.css'));

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Compatibility
- Requires [Kanboard](https://github.com/fguillot/kanboard "Kanboard - Kanban Project Management Software")`1.2.20`

#### Other Plugins & Action Plugins
- _No known issues_
- Compatible with [ApplicationBranding](https://github.com/aljawaid/ApplicationBranding)
#### Core Files & Templates
- `01` Template override
- _No template overrides_
- _No database changes_


Expand Down
91 changes: 0 additions & 91 deletions Template/config/about.php

This file was deleted.

0 comments on commit 0713b59

Please sign in to comment.