'type' => 'boolean'
),
+ /* Indicate that mobile view is available. */
+ 'mobileView' => array(
+ 'args' => array(),
+ 'type' => 'boolean'
+ ),
+
/* Cache display method. */
'cacheOutput' => array(
'args' => array(
}
}
-/*
- * TODO
+/**
+ * Indicate that IMP supports a mobile view.
+ *
+ * @return boolean True.
+ */
+function _imp_mobileView()
+{
+ return true;
+}
+
+/**
+ * Return login parameters used on the login page.
+ *
+ * @return array TODO
*/
function _imp_authLoginParams()
{