<?php

require "../db.php";
$page_type = "admin";
$reportObj = new trails();
$report = $reportObj->getReport("largeImgURL", "img/placeholder-lg.png");
$count = $report['totalMatched'];
$trails = $report['trails'];
$title = "Missing Hero Image Report - " . $count . " Total";
$special = "breadcrumb";
$breadcrumb = '<a href="' . $baseurl . 'admin/" class="green-text text-darken-3"><i class="fa fa-home"></i></a>';
$breadcrumb .= '&nbsp;&nbsp;<i class="fa fa-chevron-right grey-text text-darken-1" style="padding-top:1px;"></i>&nbsp;&nbsp;<a href="' . $baseurl . 'report/" class="green-text text-darken-3">Reports</a>&nbsp;&nbsp;<i class="fa fa-chevron-right grey-text text-darken-1" style="padding-top:1px;"></i>&nbsp;&nbsp;<a href="' . $baseurl . 'report/missing_img.php" class="green-text text-darken-3">Missing Images</a>';
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
  <title>Prescription Trails</title>

  <!-- CSS  -->
<?php 
require "/nfs/users/clind/public_html/prescriptiontrails.org/src/style_base.php";
?>
  

</head>
<body class="<?php 
echo $bodyclass;
?>
">