go-basic
[ class tree: go-basic ] [ index: go-basic ] [ all elements ]

Class: GO_THEME

Source Location: /classes/base/theme.class.inc.php

Class Overview


This class is used to retrieve information about the currently selected theme.


Author(s):

Version:

  • $Id: theme.class.inc.php 1088 2008-10-07 13:02:06Z mschering $

Copyright:

  • Copyright Intermesh

Variables

Methods



Class Details

[line 26]
This class is used to retrieve information about the currently selected theme.

Tags:

author:  Merijn Schering <mschering@intermesh.nl>
version:  $Id: theme.class.inc.php 1088 2008-10-07 13:02:06Z mschering $
copyright:  Copyright Intermesh
since:  Group-Office 1.0


[ Top ]


Class Variables

$image_url =

[line 42]

The URL to the images of a theme

Tags:

access:  public

Type:   string


[ Top ]

$theme =

[line 34]

The name of the active theme

Tags:

access:  public

Type:   string


[ Top ]

$theme_path =

[line 50]

The full filesystem path to a theme

Tags:

access:  public

Type:   string


[ Top ]

$theme_url =

[line 58]

The relative URL to a theme

Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor GO_THEME [line 68]

void GO_THEME( )

Constructor. Initialises user's theme

Tags:

access:  public
[ Top ]

method get_stylesheet [line 98]

String get_stylesheet( String $module_id, [ $theme = null])

Get the stylesheet of a module

Tags:

return:  URL to stylesheet

Parameters:

String   $module_id  
   $theme  

[ Top ]

method get_themes [line 128]

array get_themes( )

Gets all theme names

Tags:

return:  Theme names
access:  public
[ Top ]


Documentation generated on Thu, 30 Oct 2008 14:13:53 +0100 by phpDocumentor 1.4.0