class.FlipPage.php 1 location
|
@@ 502-508 (lines=7) @@
|
| 499 |
|
* @param string $cssFileID the ID of the CSS file |
| 500 |
|
* @param boolean $async Can the CSS file be loaded asynchronously? |
| 501 |
|
*/ |
| 502 |
|
public function addWellKnownCSS($cssFileID, $async = false) |
| 503 |
|
{ |
| 504 |
|
global $cssArray; |
| 505 |
|
$this->setupVars(); |
| 506 |
|
$src = $cssArray[$cssFileID][$this->cdn][$this->minified]; |
| 507 |
|
$this->addCSSByURI($src, $async); |
| 508 |
|
} |
| 509 |
|
|
| 510 |
|
/** |
| 511 |
|
* Add files needed by the Bootstrap framework |
Http/Html/class.FlipPage.php 1 location
|
@@ 493-499 (lines=7) @@
|
| 490 |
|
* @param string $cssFileID the ID of the CSS file |
| 491 |
|
* @param boolean $async Can the CSS file be loaded asynchronously? |
| 492 |
|
*/ |
| 493 |
|
public function addWellKnownCSS($cssFileID, $async = false) |
| 494 |
|
{ |
| 495 |
|
global $cssArray; |
| 496 |
|
$this->setupVars(); |
| 497 |
|
$src = $cssArray[$cssFileID][$this->cdn][$this->minified]; |
| 498 |
|
$this->addCSSByURI($src, $async); |
| 499 |
|
} |
| 500 |
|
|
| 501 |
|
/** |
| 502 |
|
* Add files needed by the Bootstrap framework |