Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390515
footer.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
992 B
Subscribers
None
footer.php
View Options
<?php
/*
* Zed
* (c) 2010, Dereckson, some rights reserved
* Released under BSD license
*
* Footer
*/
if
(!
defined
(
'NO_FOOTER_EXTRA'
))
{
///
/// Tutorials div
///
if
(
$CurrentPerso
->
flags
[
'hypership.reached'
]
<
1
&&
$controller
!=
'explore'
)
{
if
(!
DOJO
)
$smarty
->
display
(
'tutorial/dojo.tpl'
);
lang_load
(
"tutorials.conf"
,
"ReachHypership"
);
$smarty
->
assign
(
'controller'
,
$controller
);
$smarty
->
display
(
'tutorial/hypership_reach.tpl'
);
}
///
/// Footer options
///
$smarty
->
assign
(
'MultiPerso'
,
isset
(
$_SESSION
[
'UserWithSeveralPersos'
])
&&
$_SESSION
[
'UserWithSeveralPersos'
]);
$smarty
->
assign
(
'SmartLinePrint'
,
(
string
)
$CurrentPerso
->
get_flag
(
'site.smartline.show'
)
!=
"0"
);
$smarty
->
assign
(
'SmartLineFormMethod'
,
$CurrentPerso
->
get_flag
(
'site.smartline.method'
));
}
///
/// HTML output
///
lang_load
(
'footer.conf'
);
$smarty
->
display
(
'footer.tpl'
);
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (7 h, 40 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22434
Default Alt Text
footer.php (992 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment