PHP Classes

File: components/css.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP URL Shortener   components/css.php   Download  
File: components/css.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP URL Shortener
Application to create and expand short URLs
Author: By
Last change:
Date: 11 months ago
Size: 285 bytes
 

Contents

Class file image Download
<?php
$utils
->style(
   
'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/' .
       
strtolower($st['theme_name']) .
       
'/bootstrap.min.css'
);

$utils->style(
   
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css'
);

$utils->style('css/custom.css');