This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Environment selection: | |
* Set the correct environment based on the current request. | |
* | |
* Development is the default environment. | |
* Test gets called when running behat tests and li3 tests: | |
* For behat look at features/bootstrap/LithiumAcceptanceTester.php where an environment variable is set. | |
* For li3 it's switched here based on the command parameter of $request. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- | |
Test | |
---- | |
................FFFFFF.......FFFFFF.... | |
FAIL | |
27 / 39 passes | |
12 fails and 0 exceptions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
background: url('/images/bg_home_full.jpg') repeat-y; | |
background-position: 50% 0; | |
} | |
body { | |
font-family: 'Georgia', 'Garamond', serif; | |
background: url('/images/bg_home.png') no-repeat; | |
background-position: 50% 0; | |
background-attachment: fixed; |
NewerOlder