/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	\\  by Screamer.\\
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

:

    .

   :

CREATE TABLE IF NOT EXISTS `celebrations` (
  `id` int(11) NOT NULL auto_increment,
  `day` int(2) NOT NULL,
  `month` int(2) NOT NULL,
  `text` text NOT NULL,
  `pre` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=47 ;

	
	!


\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

:

1)    :


	ALTER TABLE `celebrations`
	ADD `pre` text NOT NULL;

2)        celebrations.php

3)   pages/mainmenu.php       celebrations/celebrations.php
	!
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
