* the default 'public'.
* </pre>
*
- * @return string The URL to the cache page.
+ * @return Horde_Url The URL to the cache page.
*/
static public function getCacheUrl($type, $params = array())
{
* @param array $options Additional options:
* <pre>
* 'height' - (integer) The height of the popup window.
- * DEFAULT: 650 px
+ * DEFAULT: 650px
* 'menu' - (boolean) Show the browser menu in the popup window?
* DEFAULT: false
* 'onload' - (string) A JS function to call after the popup window is
if ($conf['cachecssparams']['compress'] == 'php') {
try {
$out = $injector->getInstance('Horde_Core_Factory_TextFilter')->filter($out, 'csstidy');
- } catch (Horde_Exception $e) {
- }
+ } catch (Horde_Exception $e) {}
}
switch ($cache_type) {
$session_cache_limiter = 'nocache';
}
-Horde_Registry::appInit('horde', array('authentication' => 'none', 'session_cache_limiter' => $session_cache_limiter, 'session_control' => 'readonly'));
+Horde_Registry::appInit('horde', array(
+ 'authentication' => 'none',
+ 'session_cache_limiter' => $session_cache_limiter,
+ 'session_control' => 'readonly'
+));
switch ($type) {
case 'app':