mirror of
https://github.com/e107inc/e107.git
synced 2025-01-29 10:38:08 +01:00
Fixes #3775 Admin path on welcome page.
This commit is contained in:
parent
7857342173
commit
63186e7eeb
@ -9,7 +9,7 @@
|
||||
<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 a twitter bootstrap template for a simple marketing or informational website. The only difference is that e107 is managing the content. ie. The text you are reading is the "Welcome Message" and the items below are "News Items". Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="e107_admin/admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
<field name="gen_chardata"><![CDATA[[html]This is a twitter bootstrap template for a simple marketing or informational website. The only difference is that e107 is managing the content. ie. The text you are reading is the "Welcome Message" and the items below are "News Items". Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="{e_ADMIN}admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
</item>
|
||||
</dbTable>
|
||||
<dbTable name="menus">
|
||||
|
@ -47,7 +47,7 @@
|
||||
<field name="gen_user_id">1</field>
|
||||
<field name="gen_ip">Simple, One Page Design</field>
|
||||
<field name="gen_intdata">0</field>
|
||||
<field name="gen_chardata"><![CDATA[[html]<p>A free landing page theme with video background. The text you are reading is the "Welcome Message".<br>Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="e107_admin/admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
<field name="gen_chardata"><![CDATA[[html]<p>A free landing page theme with video background. The text you are reading is the "Welcome Message".<br>Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="{e_ADMIN}admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
</item>
|
||||
</dbTable>
|
||||
<dbTable name="core_media">
|
||||
@ -253,7 +253,7 @@
|
||||
<field name="media_cat_order">1</field>
|
||||
</item>
|
||||
<item>
|
||||
<field name="media_cat_id">6/field>
|
||||
<field name="media_cat_id">6</field>
|
||||
<field name="media_cat_owner">page</field>
|
||||
<field name="media_cat_category">page</field>
|
||||
<field name="media_cat_title">Custom Pages</field>
|
||||
|
@ -1098,7 +1098,7 @@
|
||||
<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 "Welcome Message" and the items below are "News Items". Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="e107_admin/admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
<field name="gen_chardata"><![CDATA[[html]This is the voux template for a simple blog/website. The text you are reading is the "Welcome Message" and the items below are "News Items". Visit the admin-area to modify.<br><br><a class="btn btn-primary btn-large " href="{e_ADMIN}admin.php">Go to Admin area</a><br>[/html]]]></field>
|
||||
</item>
|
||||
</dbTable>
|
||||
<dbTable name="news_category">
|
||||
|
Loading…
x
Reference in New Issue
Block a user