diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-05-09 12:22:03 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-05-09 12:22:03 -0400 |
| commit | 55dc8b47d58016efcced98e90e0192da91c420ec (patch) | |
| tree | ffa877c524c033e8c24ba72840aa6d5bef62ebe8 /comments_inc.php | |
| parent | c2e3ba9b708453cc9bb455f7ee38d5fb7a2dcd22 (diff) | |
| download | liberty-55dc8b47d58016efcced98e90e0192da91c420ec.tar.gz liberty-55dc8b47d58016efcced98e90e0192da91c420ec.tar.bz2 liberty-55dc8b47d58016efcced98e90e0192da91c420ec.zip | |
add gBitThemes to comments_inc
Diffstat (limited to 'comments_inc.php')
| -rw-r--r-- | comments_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments_inc.php b/comments_inc.php index 0e159bf..f9f6398 100644 --- a/comments_inc.php +++ b/comments_inc.php @@ -37,7 +37,7 @@ */ require_once( LIBERTY_PKG_PATH.'LibertyComment.php' ); -global $commentsLib, $gBitSmarty, $gBitSystem; +global $commentsLib, $gBitSmarty, $gBitSystem, $gBitThemes; $postComment = array(); $formfeedback = array( 'error' => array() ); |
