Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Define theme constant (do not remove or change this constant)
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsongirkar committed Mar 7, 2014
1 parent 58670b0 commit 071423c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions functions.php
Expand Up @@ -7,8 +7,19 @@
* @since rtPanel 2.0
*/

/**
* Define Theme Version
*/
define( 'RTP_VERSION', '4.2' );

/**
* Define Constant for the themes which developed using rtPanel.
* IMPORTANT: Do Not Remove OR Change This Constant
*
* @since rtPanel 4.2
*/
define( 'RT_THEME_BASE', 'rtPanel' );

/* Define Links */
define( 'RTP_AUTHOR_URL', 'https://rtcamp.com/' ); // Theme Author URL
define( 'RTP_THEME_URL', RTP_AUTHOR_URL . 'rtpanel/' ); // Theme URI
Expand Down

0 comments on commit 071423c

Please sign in to comment.