Procedural File: _skin.funcs.php
Source Location: /blogs/inc/MODEL/skins/_skin.funcs.php
Page Details
This file implements evoSkins support functions.
This file is part of the b2evolution/evocms project - http://b2evolution.net/. See also http://sourceforge.net/projects/evocms/.
| Author: | blueyed: Daniel HAHLER. |
| Author: | fplanque: Francois PLANQUE. |
| Version: | $Id: _skin.funcs.php,v 1.3.2.4 2006/10/30 12:59:45 blueyed Exp $ |
| Copyright: | (c)2003-2006 by Francois PLANQUE - http://fplanque.net/. Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - http://thequod.de/contact. |
| Filesource: | Source Code for this file |
| License: | GNU General Public License (GPL) |
Functions
skin_base_tag [line 33]
skin_change_url [line 209]
|
skin_change_url(-)
Parameters:| boolean | $display: | display (true) or return? |
[ Top ]
skin_content_header [line 61]
|
Output content type header
Parameters:| string | $type: | content-type; override for RSS feeds |
[ Top ]
skin_content_meta [line 78]
|
Output content type http_equiv meta tag
Needed when generating static files
Parameters:| string | $type: | content-type; override for RSS feeds |
[ Top ]
skin_exists [line 94]
|
checks if a skin exists
Parameters:| skin | $name: | name (directory name) |
| $filename: |
API Tags:
| Return: | true is exists, false if not |
[ Top ]
skin_list_iteminfo [line 185]
|
skin_list_iteminfo(-)
Display info about item
fplanque: created
Parameters:| $what: | ||
| $display: |
[ Top ]
skin_list_next [line 161]
|
Get next skin
Lists all folders in skin directory, except the ones starting with a . (UNIX style) or a _ (FrontPage style)
API Tags:
| Return: | skin name |
[ Top ]
skin_list_start [line 144]
skin_options [line 106]
|
Outputs an <option> set with default skin selected
skin_options(-)
Parameters:| $default: |
[ Top ]
