blob: ab5c4747dddd207449cb125e83d8d693dd6cdc18 (
plain)
1
2
3
4
5
6
7
|
<?php
$GLOBALS['phorkie']['cfg'] = array(
'repos' => __DIR__ . '/../repos/',
'tpl' => __DIR__ . '/templates/',
'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
);
?>
|