1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Installation now displays a thumbnail during theme selection. Voux now installs default sitelogo and welcome message.

This commit is contained in:
Cameron
2016-12-23 19:12:20 -08:00
parent 447f5edfd9
commit 2c44577280
4 changed files with 48 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -8,6 +8,7 @@
<core name="newsposts">3</core>
<core name="shortdate">%d %b %Y</core>
<core name="sitelogo">{e_THEME}voux/install/logo2B252832529.png</core>
<core name="signup_option_class">1</core>
<core name="sitetheme_custompages"><![CDATA[array (
'jumbotron_full' =>
@@ -1081,6 +1082,17 @@
<field name="news_sticky">0</field>
</item>
</dbTable>
<dbTable name="generic">
<item>
<field name="gen_id">1</field>
<field name="gen_type">wmessage</field>
<field name="gen_datestamp">1145848343</field>
<field name="gen_user_id">1</field>
<field name="gen_ip">Hello World!</field>
<field name="gen_intdata">0</field>
<field name="gen_chardata"><![CDATA[[html]This is the voux template for a simple blog/website. The text you are reading is the &quot;Welcome Message&quot; and the items below are &quot;News Items&quot;. Visit the admin-area to modify.<br><br><a class=&quot;btn btn-primary btn-large &quot; href=&quot;e107_admin/admin.php&quot;>Go to Admin area</a><br>[/html]]]></field>
</item>
</dbTable>
<dbTable name="news_category">
<item>
<field name="category_id">1</field>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 KiB

After

Width:  |  Height:  |  Size: 870 KiB