Added action to front controller

This commit is contained in:
Aleksei Miheev
2011-11-27 02:50:30 +04:00
parent 5292a8f3df
commit 2794dafc5d

View File

@@ -328,6 +328,7 @@ function smf_main()
'.kml' => array('GoogleMap.php', 'ShowKML'),
'.xml' => array('News.php', 'ShowXmlFeed'),
'page' => array('Page.php', 'main'),
'postHistory' => array('Display.php', 'PostHistory'),
'moresmilies' => array('MoreSmilies.php', 'main'),
);