Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
d9bb6255
Commit
d9bb6255
authored
Aug 19, 2007
by
pedro_morgan
Browse files
* Made the tpl class php 5
* Minor tweaks
parent
0191ab5a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tpl.inc.php
View file @
d9bb6255
This diff is collapsed.
Click to expand it.
interface/lib/classes/tpl_ini.inc.php
View file @
d9bb6255
...
...
@@ -45,8 +45,9 @@ if (!defined('vlibIniClassLoaded')) {
class
vlibIni
{
/** config vars for vlibTemplate */
public
static
function
vlibTemplate
()
{
/** Returns $array of config vars for vlibTemplate */
public
static
function
vlibTemplate
()
{
global
$conf
;
...
...
@@ -104,7 +105,7 @@ if (!defined('vlibIniClassLoaded')) {
/** config vars for vlibDate */
/**
Returns $array of
config vars for vlibDate */
public
function
vlibDate
()
{
return
array
(
'DEFAULT_LANG'
=>
'de'
);
//* default language for the date displays
...
...
@@ -112,5 +113,6 @@ if (!defined('vlibIniClassLoaded')) {
}
// << end class vlibIni
}
// << if Defined
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment