2010-03-04 04:39:02 +00:00
|
|
|
<?php
|
2011-01-11 01:35:59 +00:00
|
|
|
/**
|
|
|
|
* Documentation Configuration
|
|
|
|
*
|
|
|
|
* Please override any of these options in your own projects _config.php file.
|
2012-04-08 21:36:16 +12:00
|
|
|
* For more information and documentation see docsviewer/docs/en
|
2011-01-11 01:35:59 +00:00
|
|
|
*/
|
|
|
|
|
2012-04-08 21:36:16 +12:00
|
|
|
if(!defined('DOCSVIEWER_PATH')) {
|
|
|
|
define('DOCSVIEWER_PATH', dirname(__FILE__));
|
2012-04-08 21:23:49 +12:00
|
|
|
}
|
|
|
|
|
2012-04-08 21:36:16 +12:00
|
|
|
if(!defined('DOCSVIEWER_DIR')) {
|
2012-04-14 17:00:22 +12:00
|
|
|
$dir = explode(DIRECTORY_SEPARATOR, DOCSVIEWER_PATH);
|
|
|
|
|
|
|
|
define('DOCSVIEWER_DIR', array_pop($dir));
|
2012-04-08 21:23:49 +12:00
|
|
|
}
|