Index: branches/5.2.x/units/articles/articles_config.php =================================================================== diff -u -N -r14725 -r14874 --- branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 14725) +++ branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 14874) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => ''), 'CategoryFilename' => Array ('type' => 'string', 'default' => ''), 'PrimaryCat' => Array ('type' => 'int', 'default' => 0), + 'IsHot' => Array ('type' => 'int', 'default' => 0), + 'IsNew' => Array ('type' => 'int', 'default' => 0), + 'IsPop' => Array ('type' => 'int', 'default' => 0), 'CachedNavbar' => Array ('type' => 'string', 'default' => ''), 'ParentPath' => Array ('type' => 'string', 'default' => ''),