git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10788
7612ce4b-ef26-0410-bec9-
ea0150e637f0
<?php
-
/**
* left_main.tpl
*
// We only display the unread count if we on the Inbox or we are told
// to display it on all folders.
if ( $settings['unreadNotificationAllFolders'] ||
- (!$settings['unreadNotifictionAllFolders'] && strtolower($box['MailboxFullName'])=='inbox')
+ (!$settings['unreadNotificationAllFolders'] && strtolower($box['MailboxFullName'])=='inbox')
) {
$unseen_str = $settings['unreadNotificationCummulative'] ?
$box['CummulativeUnreadCount'] :
<?php
-
/**
* left_main_advanced.tpl
*
</td>
</table>
<?php do_hook('left_main_after'); ?>
-</div>
-<?php var_dump($template_dir); ?>
+</div>
\ No newline at end of file