I added a little color to the Google bot for the
Simple show bot MOD. Thought maybe it would be useful for others as well.
You should have the simple show bots MOD already installed.
Screenshot:
Note: For the blue color, I used "Royal Blue" ( #4169e1 )
Please back up your files before making any changes.
In page_header.php
---- [ FIND ] ----
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - BOTS
$bots_online = array();
$online_botlist = '';
$bot_count = 0;
$bot_style = array( 'Google' => 'style="color:#2159D6;font-weight:bold"', 'MSN' => 'style="color:#52BA18;font-weight:bold"', 'Yahoo!' => 'style="color:#FF0031;font-weight:bold"' );
$bot_to_style = array( 'Google', 'Yahoo!', ...