Réseaux sociaux
'Saisissez votre ID Facebook : https://www.facebook.com/[CETTE PARTIE].',
'label' => 'Facebook',
'value' => $this->getData(['config', 'social', 'facebookId'])
]); ?>
'Saisissez votre ID Google+ : https://plus.google.com/[CETTE PARTIE].',
'label' => 'Google+',
'value' => $this->getData(['config', 'social', 'googleplusId'])
]); ?>
'Saisissez votre ID Instagram : https://www.instagram.com/[CETTE PARTIE].',
'label' => 'Instagram',
'value' => $this->getData(['config', 'social', 'instagramId'])
]); ?>
'Saisissez votre ID Pinterest : https://pinterest.com/[CETTE PARTIE].',
'label' => 'Pinterest',
'value' => $this->getData(['config', 'social', 'pinterestId'])
]); ?>
'Saisissez votre ID Twitter : https://twitter.com/[CETTE PARTIE].',
'label' => 'Twitter',
'value' => $this->getData(['config', 'social', 'twitterId'])
]); ?>
'Saisissez votre ID Youtube : https://www.youtube.com/channel/[CETTE PARTIE].',
'label' => 'Youtube',
'value' => $this->getData(['config', 'social', 'youtubeId'])
]); ?>
Système
'Version de Zwii',
'readonly' => true,
'value' => self::ZWII_VERSION
]); ?>
'Fuseau horaire',
'selected' => $this->getData(['config', 'timezone'])
]); ?>
$this->getData(['config', 'maintenance']),
'help' => 'Le site devient inaccessible sauf pour les administrateurs.'
]); ?>
$this->getData(['config', 'autoBackup']),
'help' => 'Sauvegarde une fois par jour le fichier de données dans le dossier site/backup/. La sauvegarde est conservée 30 jours.'
]); ?>
helper::baseUrl() . 'config/backup',
'value' => 'Exporter les données'
]); ?>