PHP Classes

File: vendor/b12phpfw/hdr.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/b12phpfw/hdr.php   Download  
File: vendor/b12phpfw/hdr.php
Role: Example script
Content type: text/plain
Description: Example script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: ver 11.0.1.0 mnu, adrs, msg, mkd. Same module db adapter for any shared db adapter
Date: 1 year ago
Size: 1,546 bytes
 

Contents

Class file image Download
<?php
$shares_url
= $pp1->shares_url ;
/*if ( isset($pp1) and is_object($pp1) ) {
  if ( isset($pp1->wsroot_ url) and null !== $pp1->wsroot_ url ) { $wsroot_ url=$pp1->wsroot_ url; }
  else { $wsroot_ url = '/' ; } ;
}
*/
?>
<!DOCTYPE html>
<html lang="hr" data-theme="dark">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width,initial-scale=1 shrink-to-fit=no">

  <title><?=isset($title)?$title:'MKD'?></title>

  <!-- 4.3.1 -->
  <!--link rel="stylesheet" href="<=$wsroot_ url>zinc/themes/bootstrap/css/bootstrap.min.css"-->
  <?php
 
if ('1'): { // '' for testing to see own d e b u g m s g s

    //$css = $shares_url .'themes/bootstrap/css/styles.css' ;
   
$css = $shares_url .'/themes/picocss/pico.min.css' ;
    echo
'<link rel="stylesheet" href="'.$css.'">';

   
$css1 = $shares_url .'/themes/picocss/index_Company.css' ;
    echo
'<link rel="stylesheet" href="'.$css1.'">';

   
//$cssexpc = $shares_url .'themes/bootstrap/css/exp_collapse.css' ;
    //echo '<link rel="stylesheet" href="'.$cssexpc.'">';
    /*
    if (isset($css1)) echo '<link rel="stylesheet" href="'.$css1.'">'; //and !($c ss1==='NO')
    if (isset($css2)) echo '<link rel="stylesheet" href="'.$css2.'">';
    if (isset($css3)) echo '<link rel="stylesheet" href="'.$css3.'">';
    if (isset($css4)) echo '<link rel="stylesheet" href="'.$css4.'">';
    if (isset($css5)) echo '<link rel="stylesheet" href="'.$css5.'">';
    if (isset($css6)) echo '<link rel="stylesheet" href="'.$css6.'">';
    */
 
} endif;
 
?>

</head>
<body>