Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VBcms-2-0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
VBcms-2-0
Commits
376a94d1
Commit
376a94d1
authored
4 years ago
by
Sofiane Lasri
Browse files
Options
Downloads
Patches
Plain Diff
11H57 - Base de la page des paramètres terminée
parent
7f3d92d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vbcms-core/variables.php
+1
-0
1 addition, 0 deletions
vbcms-core/variables.php
with
1 addition
and
0 deletions
vbcms-core/variables.php
+
1
−
0
View file @
376a94d1
...
...
@@ -22,6 +22,7 @@ $serverId = $bdd->query("SELECT value FROM `vbcms-settings` WHERE name='serverId
// Variables pour le site
$websiteUrl
=
$bdd
->
query
(
"SELECT value FROM `vbcms-settings` WHERE name='websiteUrl'"
)
->
fetchColumn
();
$websiteName
=
$bdd
->
query
(
"SELECT value FROM `vbcms-settings` WHERE name='websiteName'"
)
->
fetchColumn
();
if
(
empty
(
$websiteUrl
))
$websiteName
=
"VBcms"
;
$websiteDescription
=
$bdd
->
query
(
"SELECT value FROM `vbcms-settings` WHERE name='websiteDescription'"
)
->
fetchColumn
();
$websiteMetaColor
=
$bdd
->
query
(
"SELECT value FROM `vbcms-settings` WHERE name='websiteMetaColor'"
)
->
fetchColumn
();
$websiteLogo
=
$bdd
->
query
(
"SELECT value FROM `vbcms-settings` WHERE name='websiteLogo'"
)
->
fetchColumn
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment