Exemple #1
0
include 'php/templates/boilerplate.php';
include 'php/templates/rushevents-template.php';
include 'php/services/config-service.php';
include 'php/services/rushcalendar-service.php';
?>
<!DOCTYPE html>
<html lang="en">
  <?php 
// array of additional js files followed by array of additional css files
head_section(array(), array("css/rush.css"));
?>
  <body>
  <!-- Content -->
    <script type="text/javascript">
      <?php 
$rushConfig = configservice("rush", false);
?>
    </script>
<?php 
nav_section();
?>
    <!-- Main Container -->
    <div class="container-fluid" id="container">
      <div class="row purpose-block">
        <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 purpose">
          <h4><strong>THE PURPOSE OF THETA TAU IS TO DEVELOP AND MAINTAIN A HIGH STANDARD OF PROFESSIONAL INTEREST AMONG ITS MEMBERS AND TO UNITE THEM IN A STRONG BOND OF FRATERNAL FELLOWSHIP.</strong></h4>
          <br>
        </div>
        <div class="col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4">
          <img class="img-responsive" src="images/tagline.png">
        </div>
Exemple #2
0
foreach ($content as $i => $path) {
    if ($i != 0) {
        $path_string .= " ";
    }
    $path_string .= $path['img'];
}
head_section(array('js/index.js'), array('css/index.css', 'css/mastheadcss.php?mastcontent=' . urlencode($path_string)));
?>

  <body>
  <!-- Content for body -->
  <script type="text/javascript">
    //# OF MAST SLIDES

    <?php 
configservice('index', true);
?>

  </script>

  <?php 
nav_section();
?>

    <!-- Main container -->
    <div class="container-fluid">
      <div class="row masthead">
        <div class="row title-banner">
          <div col-xs-12>
           <img class="img-responsive" src="images/banner-title.png">
          </div>