|
@@ -1,12 +1,16 @@
|
|
<?php
|
|
<?php
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Template logic
|
|
* Template logic
|
|
*
|
|
*
|
|
* The following functions are utility functions for this template. Do not
|
|
* The following functions are utility functions for this template. Do not
|
|
* echo output in those functions.
|
|
* echo output in those functions.
|
|
|
|
+ * @package squirrelmail
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * @param array $aOrder
|
|
|
|
+ * @return array
|
|
|
|
+ */
|
|
function calcMessageListColumnWidth($aOrder) {
|
|
function calcMessageListColumnWidth($aOrder) {
|
|
/**
|
|
/**
|
|
* Width of the displayed columns
|
|
* Width of the displayed columns
|