Archived
1
0
Fork 0

move geshi to library/

This commit is contained in:
Henrik Hautakoski 2011-03-08 20:38:08 +01:00
parent 62dc6d6e08
commit 019a1e01dd
203 changed files with 2 additions and 3 deletions

View file

@ -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