Posted - 12/17/2021 : 18:42:48
Hi Vince
This is the categories.php page head content. The date of the file shows as last modified 12 days later than I have documented for when it was last edited.
I don't currently have the template files at my location so I can't actually compare. I don't recall having seen the rootcategorytitle in any of the templates I've worked on over the years. There are no entries at all in the includes.php file with rootcategorytitle either.
<?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?><!DOCTYPE html><html lang="en"><!-- #BeginTemplate "/Templates/main.dwt" --><!-- DW6 --> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- #BeginEditable "doctitle" --> <title><?php if(!empty($pagetitle)) {print $pagetitle;} else if(!empty($sectionname)) {print $sectionname . ' | ' . $sitenamelong;} else {print $rootcategorytitle;} ?></title> <meta property="og:title" content="<?php if(!empty($pagetitle)) {print $pagetitle;} else if(!empty($sectionname)) {print $sectionname . ' | ' . $sitenamelong;} else {print $rootcategorytitle;} ?>"> <meta name="Description" content="<?php print str_replace('"','"',$sectiondescription)?>"> <!-- #EndEditable --> <?php include "vsadmin/inc/incectstyle.php"; ?> <link href="css/style.css" rel="stylesheet"> <link href="css/custom.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" /> <!-- JS --> <!-- #BeginEditable "head" -->
<!-- #EndEditable --> <script> ect_megamenu('#FF0000'); </script> <script src="js/fixed.js"></script> <script src="js/ectsearch.js"></script> </head>
Steve Bolton Lancashire
Edited by - 1818charlie on 12/17/2021 18:51:45
|