mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* updated tinymce to the latest (4.7.0) version
* added option to uninstall plugin * added option to require specified myaac or php version for plugins * added links loaded from database to admin panel - for future plugins * added few characters hooks * fixed some kathrine template js bug when shop is disabled
This commit is contained in:
@@ -3,7 +3,9 @@ list[0] = 'news';
|
||||
list[1] = 'account';
|
||||
list[2] = 'community';
|
||||
list[3] = 'library';
|
||||
{% if config.gifts_system %}
|
||||
list[4] = 'shops';
|
||||
{% endif %}
|
||||
|
||||
function initMenu()
|
||||
{
|
@@ -6,7 +6,11 @@ defined('MYAAC') or die('Direct access not allowed!');
|
||||
<head>
|
||||
<?php echo template_place_holder('head_start'); ?>
|
||||
<link rel="stylesheet" href="<?php echo $template_path; ?>/style.css" type="text/css" />
|
||||
<script src="<?php echo $template_path; ?>/menu.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
<?php
|
||||
echo $twig->render('menu.js.html.twig');
|
||||
?>
|
||||
</script>
|
||||
<script type="text/javascript" src="tools/basic.js"></script>
|
||||
<script type="text/javascript">
|
||||
var category = '<?php
|
||||
|
Reference in New Issue
Block a user