So many changes... I wanted to do this piece by piece, but once I
got started, I couldn't stop: Update Smarty Update bootstrap Switch to using cards Set up themes Improve sorting (add direction) Use modals for viewing, editing, adding items. Add Help page Add bookmarklet Add footer
This commit is contained in:
parent
a3855e078c
commit
1044fa8ccb
692 changed files with 40696 additions and 35959 deletions
|
@ -72,11 +72,14 @@ function getGlobalOptions() {
|
|||
"email_from" => "wishlist@erdelynet.com",
|
||||
|
||||
/* The e-mail Reply-To: header. */
|
||||
"email_reply_to" => "mike@erdelynet.com",
|
||||
"email_reply_to" => "wishlist@erdelynet.com",
|
||||
|
||||
/* The e-mail X-Mailer header. */
|
||||
"email_xmailer" => "PHP/" . phpversion(),
|
||||
|
||||
/* Application name. */
|
||||
"app_name" => "Test Gift Registry",
|
||||
|
||||
/* Whether or not to show brief blurbs in certain spots which describe how
|
||||
features work.
|
||||
0 = don't help text,
|
||||
|
@ -125,7 +128,39 @@ function getGlobalOptions() {
|
|||
0 = don't hide it,
|
||||
1 = hide it
|
||||
*/
|
||||
"hide_zero_price" => 1,
|
||||
"hide_zero_price" => 0,
|
||||
|
||||
/* Default raking
|
||||
This is the default rankings list:
|
||||
5 = I'd love to get this
|
||||
4 = I would really, really like this
|
||||
3 = Would make me happy
|
||||
2 = Would be nice to have
|
||||
1 = Wouldn't mind it
|
||||
*/
|
||||
"default_ranking" => 3,
|
||||
|
||||
/* Default category
|
||||
This is the default categories list:
|
||||
1 = Miscellaneous
|
||||
2 = Music
|
||||
3 = Video Games
|
||||
4 = Clothing
|
||||
5 = Movies/DVD
|
||||
6 = Gift Certificates
|
||||
7 = Hobbies
|
||||
8 = Household
|
||||
9 = Electronics
|
||||
10 = Ornaments/Figurines
|
||||
11 = Automotive
|
||||
12 = Toys
|
||||
13 = Jewelry
|
||||
14 = Computer
|
||||
15 = Games
|
||||
16 = Tools
|
||||
17 = Books
|
||||
*/
|
||||
"default_category" => 1,
|
||||
|
||||
/* Whether or not to hash passwords. Your version of MySQL may or may not
|
||||
support it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue