forked from friendica/deprecated-addons
Jappixmini added
This commit is contained in:
parent
56eebfb55d
commit
1cc8afc83f
265 changed files with 98516 additions and 0 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