MyBB Community Forums

Full Version: How to find "header include"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Id like to change the meta data etc. on my board but cant find it in the templates. Anyone know how to do this?
Here is whats at the top of my board. www.horsepowerx.com


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: index -->
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Horsepower X</title>
<!-- start: headerinclude -->
<meta name="description" content="IV Geo - MyBB Theme Factory" />
<meta name="keywords" content="ivgeo, iv geo, mybb, forum, geodesy" />

<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="http://horsepowerx.com/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="http://horsepowerx.com/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="http://horsepowerx.com/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://horsepowerx.com/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://horsepowerx.com/jscripts/popup_menu.js?ver=1400"></script>
<link type="text/css" rel="stylesheet" href="http://horsepowerx.com/cache/themes/theme30/global.css" />
<link type="text/css" rel="stylesheet" href="http://horsepowerx.com/cache/themes/theme30/mdt.css" />

<script type="text/javascript">
<!--
Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude
Thanks again sir!