mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
49
jappixmini/jappix/php/vars-design.php
Normal file
49
jappixmini/jappix/php/vars-design.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
These are the design configuration variables
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 25/08/11
|
||||
|
||||
*/
|
||||
|
||||
// Someone is trying to hack us?
|
||||
if(!defined('JAPPIX_BASE'))
|
||||
exit;
|
||||
|
||||
// Define initial logo form values
|
||||
$logo_default = ' checked=""';
|
||||
$logo_own = '';
|
||||
|
||||
// Define initial background form values
|
||||
$background_default = ' checked=""';
|
||||
$background_image = '';
|
||||
$background_color = '';
|
||||
$background_image_repeat_no = '';
|
||||
$background_image_repeat_all = '';
|
||||
$background_image_repeat_x = ' selected=""';
|
||||
$background_image_repeat_y = '';
|
||||
$background_image_horizontal_center = ' selected=""';
|
||||
$background_image_horizontal_left = '';
|
||||
$background_image_horizontal_right = '';
|
||||
$background_image_vertical_center = ' selected=""';
|
||||
$background_image_vertical_top = '';
|
||||
$background_image_vertical_bottom = '';
|
||||
$background_image_adapt = '';
|
||||
|
||||
// Define initial notice form values
|
||||
$notice_none = ' checked=""';
|
||||
$notice_simple = '';
|
||||
$notice_advanced = '';
|
||||
$notice_text = '';
|
||||
|
||||
// Current background folder
|
||||
$backgrounds_folder = 'backgrounds';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue