Skip to content

Commit

Permalink
Add new STATUS_LEGEND_POSITION_NONE constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed May 19, 2015
1 parent ca2da7d commit 69e97e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/constant_inc.php
Expand Up @@ -423,6 +423,7 @@
define( 'POSITION_BOTH', 3 );

# Status Legend Position
define( 'STATUS_LEGEND_POSITION_NONE', POSITION_NONE );
define( 'STATUS_LEGEND_POSITION_TOP', POSITION_TOP );
define( 'STATUS_LEGEND_POSITION_BOTTOM', POSITION_BOTTOM );
define( 'STATUS_LEGEND_POSITION_BOTH', POSITION_BOTH );
Expand Down

0 comments on commit 69e97e3

Please sign in to comment.