<?php

// * ---------------------------------------------------------------------------    
// 
//       __ __  __
//     /  /   /   /     __/__/__
//     \ /   /   /  __   /  /  __  (/__
//      /   /   / /  /  /  /  /__) /  /
//     /   /   / (__/__/_ /__/____/  /_/
//             \
//               SOLUTIONS
// 
// 
//    =Page - 404
//
//    Output a 404 message for page not found
//
// ---------------------------------------------------------------------------- */


// ------------------------------------------------
//	Content
// ------------------------------------------------
new Mttr_Component_404( 'mttr_content', 10 );



// Output the elements
matter_kit();