Skip to content

Commit

Permalink
remove constant
Browse files Browse the repository at this point in the history
the file location is already used hard code on a lot of places
  • Loading branch information
Klap-in committed Nov 3, 2023
1 parent 6e3a865 commit 60adb51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions syntax/indexmenu.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Info Indexmenu: Show a customizable and sortable index for a namespace.
*
Expand All @@ -12,8 +13,6 @@
use dokuwiki\plugin\indexmenu\Search;
use dokuwiki\Ui\Index;

if (!defined('INDEXMENU_IMG_ABSDIR')) define('INDEXMENU_IMG_ABSDIR', DOKU_PLUGIN . "indexmenu/images");

/**
* All DokuWiki plugins to extend the parser/rendering mechanism
* need to inherit from this class
Expand Down

0 comments on commit 60adb51

Please sign in to comment.