Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
colorbox-3127345
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Issue forks
colorbox-3127345
Commits
9faadb4e
Commit
9faadb4e
authored
Jul 07, 2017
by
jalpesh
Committed by
RenatoG
Jul 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2893035
by jalpesh, RenatoG: Remove "/" from "/admin/config/media/colorbox"
parent
cd54d14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
colorbox.install
colorbox.install
+3
-1
No files found.
colorbox.install
View file @
9faadb4e
...
...
@@ -5,13 +5,15 @@
* Install, update and uninstall functions for the colorbox module.
*/
use
Drupal\Core\Url
;
/**
* Implements hook_install().
*/
function
colorbox_install
()
{
drupal_set_message
(
t
(
'Thanks for installing Colorbox'
));
drupal_set_message
(
t
(
'You may configure Colorbox by visiting <a href="@url_settings">@url_settings</a>'
,
[
'@url_settings'
=>
'/admin/config/media/colorbox'
,
'@url_settings'
=>
Url
::
fromRoute
(
'colorbox.admin_settings'
)
->
toString
()
,
]));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment