Example #1
0
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en" xml:lang="en"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en" xml:lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" xml:lang="en"><![endif]--><!--[if gt IE 8]><!-->
<html class="no-js" lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<!--<![endif]-->
<head>
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  
  <title>Old Boys Soccer League</title>
  <link rel="stylesheet" href="css/uikit.min.css" />
  <script src="jquery-2.1.4.min.js"></script>
  <script src="js/uikit.min.js"> </script>
  
  <link type='text/css' title='standard' rel='stylesheet' href='style_scorers.css' />
  <link type='text/css' title='standard' rel='stylesheet' href='media.css' />
</head>
<body class="en" >
  <div class="container">
    
    <div class="navbar navbar-sectionheader">
        
        <div class="header-top"> 
          <img class="header-image" src="../oldboys_pictures/OldboysLogoPNG.png" />
        </div>
        
        <div class="menu-wrap">
           <!-- This is the container enabling the JavaScript -->
          <div class="uk-button-dropdown" data-uk-dropdown>
            <!-- This is the button toggling the dropdown -->
Example #2
0
function getScorers()
{
    $scorers = new Scorers();
    echo $scorers->getScorers();
}