Changeset 13
- Timestamp:
- Aug 29, 2019, 8:36:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r12 r13 39 39 '<a href="'.$this->Link('/runners').'">Runners</a> '. 40 40 '<a href="'.$this->Link('/teams').'">Teams</a> '. 41 '<a href="'.$this->Link('/families').'">Families</a>' ;41 '<a href="'.$this->Link('/families').'">Families</a>'. 42 42 '</div>'; 43 43 return($Output); … … 645 645 '<link rel="stylesheet" href="'.$this->Link('/style.css').'" type="text/css" media="all" />'. 646 646 '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->Config['Encoding'].'" />'. 647 '<meta name="viewport" content="width=device-width, initial-scale=1">'. 647 648 '<script src="'.$this->Link('/jquery.js').'"></script>'; 648 649 $Output .= '<title>Teribear stats</title>'.
Note:
See TracChangeset
for help on using the changeset viewer.