Skip to main content
Participant
July 25, 2025

Templates renewal on web site

  • July 25, 2025
  • 2 replies
  • 84 views

Dreamweaver we change templates and some pages have been update some have not it looks like the old template is trying to take over the new template

Version 2.14

Build 15620

2 replies

Trigger46Author
Participant
July 26, 2025
<?php 
$excel_file_name = 'Dudley & Sandwell';
include($_SERVER["DOCUMENT_ROOT"].'/login/ini.php');if(!(lock_page($excel_file_name))){exit;} ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
-->
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/PAGE.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>National Association of Retired Fire Service Personnel</title>
<style type="text/css">
body,td,th {
color: #FFFFFF;
}
</style>
<style type="text/css">
a:link {
color: #FEF4EF;
}
</style>
<!-- InstanceEndEditable -->
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
  <h1><a href="#">National Association of Retired Fire Service Personnel </a></h1>
<p>West Midlands Branch</p>
</div>
<div id="search">
<form method="get" action="">
<fieldset>
  <input type="submit" id="search-submit" value="GO" />
</fieldset>
</form>
</div>
</div>
<!-- end #header -->
<div id="menu">
<ul>
<li class="current_page_item"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
Community Expert
July 25, 2025

Are the files still attached to the template? When it updates how many are you seeing updated? Can we see the code of one that you are saying is being taken over by the old template?