move geshi to library/
This commit is contained in:
parent
62dc6d6e08
commit
019a1e01dd
203 changed files with 2 additions and 3 deletions
|
|
@ -1,14 +1,13 @@
|
|||
<?php
|
||||
|
||||
require_once 'geshi/geshi.php';
|
||||
|
||||
class Fiktiv_Highlighter_Geshi extends Fiktiv_Highlighter_Abstract
|
||||
{
|
||||
protected $_geshi = null;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
// Load the GeSHi library
|
||||
require_once APPLICATION_EXTERNAL . '/geshi/geshi.php';
|
||||
|
||||
$this->_geshi = new GeSHi();
|
||||
}
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue