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
{ | |
'hello' : 'name' | |
} |
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
Book Page | |
- Look inside -dbok id ?? | |
- try free digital version | |
- get a review copy | |
- For More - crossroads.no | |
- currently unavailable ?? | |
- the series books/carousal below - show in current scenario | |
- responsive css ( can be done ) and the required fields by sales/marketing | |
- author(s) AVAILABLE | |
- pages MAY/MAYNOT BE AVAILABLE |
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
framework: | |
session: | |
# override session.handler_id while developing - see main config.yml for how to enable session handling using memcache | |
handler_id: ~ | |
router: { resource: "%kernel.root_dir%/config/sandbox/routing.yml" } | |
profiler: | |
only_exceptions: false | |
# Not avaliable before symfony 2.4.0 :( | |
# matcher: { ips: [192.168.102.0/24, 192.168.202.0/24] } | |
templating: |
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
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
div.diktomat-app { | |
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} | |
.clearfix:after{clear:both;} | |
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} | |
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |