Skip to content

Commit

Permalink
Update package.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Aug 30, 2018
1 parent 2112ee7 commit 21425f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

namespace Zeek\Icons;

use function A7\autoload;

define( 'ICONS_VERSION', '1.0.0' );
define( 'ICONS_URL', plugin_dir_url( __FILE__ ) );
define( 'ICONS_PATH', dirname( __FILE__ ) . '/' );
define( 'ICONS_TEMPLATES', FRONTEND_ACCOUNT_PATH . 'templates/' );
define( 'ICONS_TEMPLATES', ICONS_PATH . 'templates/' );

require_once __DIR__ . '/src/main.php';

0 comments on commit 21425f1

Please sign in to comment.