Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Local.Configuration.Site Class Reference

This class defines global options that affect how arena will work on your site. More...

Classes

class  Attachments
 
class  Channels
 
class  Data
 
class  Groups
 
class  Logging
 
class  Plugins
 
class  Posts
 
class  Sessions
 
class  Statistics
 
class  Subscriptions
 
class  Users
 
class  Views
 

Static Public Attributes

string name = "my site"
 The name of the site.
 
string administrator = "administrator@mysite"
 The e-mail address of the site administrator.
 
dictionary icon
 The paths to the default icon for the site. More...
 
tuple footer = ("Powered by arena.")
 The default footer used if none is provided by the channel being displayed.
 
string language = "en-US"
 The default language code if none is provided by the channel being displayed.
 

Detailed Description

This class defines global options that affect how arena will work on your site.

Member Data Documentation

dictionary Local.Configuration.Site.icon
static
Initial value:
1 = {
2  ## The favicon
3  "small": "/media/icons/site/logo-small.png",
4  ## The icon displayed in the sidebar
5  "large": "/media/icons/site/logo3.png"
6  }

The paths to the default icon for the site.


The documentation for this class was generated from the following file: