equal
deleted
inserted
replaced
60 { |
60 { |
61 $avg_posts = $num_posts; |
61 $avg_posts = $num_posts; |
62 } |
62 } |
63 else |
63 else |
64 { |
64 { |
65 $avg_posts = $num_posts / $board_age_days; |
65 $avg_posts = round($num_posts / $board_age_days, 3); |
66 } |
66 } |
67 |
67 |
68 echo '<h3>Administration home</h3>'; |
68 echo '<h3>Administration home</h3>'; |
69 echo '<p>Thank you for choosing Decir as your forum solution. From this panel you can control every aspect of your forum\'s behavior and appearance. If you need support |
69 echo '<p>Thank you for choosing Decir as your forum solution. From this panel you can control every aspect of your forum\'s behavior and appearance. If you need support |
70 for Decir, you can visit the <a href="http://forum.enanocms.org/">Enano support forums</a>.</p>'; |
70 for Decir, you can visit the <a href="http://forum.enanocms.org/">Enano support forums</a>.</p>'; |