CumulusMX Default website
=========================

New Records Page
~~~~~~~~~~~~~~~~

This zip file contains a NEW alternative records page which provides access to monthly records AND This Month, This Year & All-time records just as on the Interface,

It has the buttons along the top  but these have a maximum and minimum width setting so that they are always the same, or similar size.

However, I have NOT included an updated menu so you can decide what you want to use.

To use JUST this page for all your records you will need to edit the 'my-menu.js' script between lines 22 & 27.  Edit the following lines (or use a menu editor which I believe was made available some time ago).

Change line 22 to read:

	 {title: "Records",  menu: "b",    url: "records.html" },

and remove lines 23 through to and including line 27.

				---------

If you want to offer all record pages you will need to ADD a line just before line 27 as shown below:

	{title: "All Records<i class=\"fa-solid fa-rectangle-list\"></i>", menu: "b",  url: "records.html"}

You will need to add a commer to theline abve as well.

Obviously you can change the title to whatever you prefer.

