Documentation

constants.php

Tags
copyright

Copyright (C) Stack Ideas Sdn Bhd. All rights reserved.

license

GNU/GPL, see LICENSE.php Foundry is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details.

Table of Contents

Constants

FD_COMPILER  = 'http://compiler.stackideas.com'
FD_ERROR  = 'error'
FD_INFO  = 'info'
FD_JROUTER_MODE_SEF  = 1
FD_MEDIA  = \JPATH_ROOT . '/media/foundry'
FD_MODE  = 'production'
FD_ROOT  = \JPATH_LIBRARIES . '/foundry'
FD_SUCCESS  = 'success'
FD_THEMES  = \FD_ROOT . '/themes'
FD_THEMES_OVERRIDES  = \JPATH_ROOT . '/templates/stackideas/foundry'
FD_URI_CSS  = \FD_URI_MEDIA . '/css'
FD_URI_IMAGES  = \FD_URI_MEDIA . '/images'
FD_URI_MEDIA  = \rtrim(\JURI::root(), '/') . '/media/foundry'
FD_WARNING  = 'warning'

Constants

FD_COMPILER

public mixed FD_COMPILER = 'http://compiler.stackideas.com'

FD_JROUTER_MODE_SEF

public mixed FD_JROUTER_MODE_SEF = 1

FD_MEDIA

public mixed FD_MEDIA = \JPATH_ROOT . '/media/foundry'

FD_ROOT

public mixed FD_ROOT = \JPATH_LIBRARIES . '/foundry'

FD_SUCCESS

public mixed FD_SUCCESS = 'success'

FD_THEMES

public mixed FD_THEMES = \FD_ROOT . '/themes'

FD_THEMES_OVERRIDES

public mixed FD_THEMES_OVERRIDES = \JPATH_ROOT . '/templates/stackideas/foundry'

FD_URI_CSS

public mixed FD_URI_CSS = \FD_URI_MEDIA . '/css'

FD_URI_IMAGES

public mixed FD_URI_IMAGES = \FD_URI_MEDIA . '/images'

FD_URI_MEDIA

public mixed FD_URI_MEDIA = \rtrim(\JURI::root(), '/') . '/media/foundry'

FD_WARNING

public mixed FD_WARNING = 'warning'

        
On this page

Search results