mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Update index.php
This commit is contained in:
parent
bca098e074
commit
1e969f8d8a
@ -12,7 +12,7 @@ if(isset($config['boxes']))
|
||||
<link href="<?php echo $template_path; ?>/basic.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="tools/basic.js"></script>
|
||||
<script type="text/javascript" src="<?php echo $template_path; ?>/ticker.js"></script>
|
||||
|
||||
|
||||
<?php if(!empty($config['network_twitter'])): ?>
|
||||
<script id="twitter-wjs" src="<?php echo $template_path; ?>/js/twitter.js"></script>
|
||||
<?php endif; ?>
|
||||
@ -21,7 +21,7 @@ if(isset($config['boxes']))
|
||||
<script id="facebook-jssdk" async src="<?php echo $template_path; ?>/js/facebook.js"></script>
|
||||
<link href="<?php echo $template_path; ?>/css/facebook.css" rel="stylesheet" type="text/css">
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var menus = '';
|
||||
var loginStatus="<?php echo ($logged ? 'true' : 'false'); ?>";
|
||||
@ -379,7 +379,7 @@ foreach($config['menu_categories'] as $id => $cat) {
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
InitializePage();
|
||||
InitializePage();
|
||||
</script>
|
||||
</div>
|
||||
<div id="ContentColumn">
|
||||
|
Loading…
x
Reference in New Issue
Block a user