Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
d2e7d8e2
Commit
d2e7d8e2
authored
Jul 16, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jul 16, 2007
Browse files
Show a list of missing extensions for networking support to be enabled, if they're not installed.
parent
6c86c746
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/networking.tpl
View file @
d2e7d8e2
...
...
@@ -2,7 +2,15 @@
{
include
file
=
"columnfullstart.tpl"
}
<h2>
{
str
section
=
admin
tag
=
networking
}
</h2>
{
if
$missingextensions
}
<p>
{
str
section
=
admin
tag
=
networkingextensionsmissing
}
</p>
<ul>
{
foreach
from
=
$missingextensions
item
=
extension
}
<li><a
href=
"http://www.php.net/
{
$extension
|
escape
}
"
>
{
$extension
|
escape
}
</a></li>
{/
foreach
}
</ul>
{
else
}
{
$NETWORKINGFORM
}
{/
if
}
{
include
file
=
"columnfullend.tpl"
}
{
include
file
=
'footer.tpl'
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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