Commit 8961ca08 by netz.coop eG

2022.01.01 - 20220912 - erste Beruehrungen, zB <?php, CONFIG Formatierungen

1 parent 418463f8
...@@ -111,6 +111,7 @@ $Content->appendChild($DOMElement_Footer); ...@@ -111,6 +111,7 @@ $Content->appendChild($DOMElement_Footer);
//if (array_key_exists('HTTP_USER_AGENT', $_SERVER) && eregi('Win', $_SERVER["HTTP_USER_AGENT"])) { //if (array_key_exists('HTTP_USER_AGENT', $_SERVER) && eregi('Win', $_SERVER["HTTP_USER_AGENT"])) {
// $var_css = $_LOSP_PATH_TO_ROOT . 'include/Forest/' . $_TREE . '/Design/' . $_LOSP_DESIGNDIR . '/css/default_win.css'; // $var_css = $_LOSP_PATH_TO_ROOT . 'include/Forest/' . $_TREE . '/Design/' . $_LOSP_DESIGNDIR . '/css/default_win.css';
//} else { //} else {
$var_css = $_LOSP_PATH_TO_ROOT . 'include/Forest/' . $_TREE . '/Design/' . $_LOSP_DESIGNDIR . '/css/default.css'; //$var_css = $_LOSP_PATH_TO_ROOT . 'include/Forest/' . $_TREE . '/Design/' . $_LOSP_DESIGNDIR . '/css/default.css';
$var_css = 'include/Forest/' . $_TREE . '/Design/' . $_LOSP_DESIGNDIR . '/css/default.css';
//} //}
?> ?>
\ No newline at end of file
This diff could not be displayed because it is too large.
<? <?php
/** /**
* @filesource class_TagCloud.inc.php * @filesource class_TagCloud.inc.php
* *
......
<? <?php
/** /**
* @file config_example_freesn.php * @file config_example_freesn.php
* @category freeSN * @category freeSN
......
<? <?php
/** /**
* @file config_example_mysql.php * @file config_example_mysql.php
* @category freeSN * @category freeSN
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!