Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
b107fa77
Commit
b107fa77
authored
Nov 16, 2014
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closed Issue
#8
- Footer hasn't a style
parent
e2fa307a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
css/footer.css
css/footer.css
+4
-0
template.php
template.php
+7
-1
No files found.
css/footer.css
0 → 100644
View file @
b107fa77
This diff is collapsed.
Click to expand it.
template.php
View file @
b107fa77
...
...
@@ -74,13 +74,19 @@ function valencia_preprocess_html( &$variables ) {
// 'group' => CSS_DEFAULT,
// 'every_page' => true
//));
drupal_add_css
(
drupal_get_path
(
'theme'
,
'valencia'
)
.
'/css/style.css'
,
array
(
'type'
=>
'file'
,
'group'
=>
CSS_THEME
,
'every_page'
=>
true
));
drupal_add_css
(
drupal_get_path
(
'theme'
,
'valencia'
)
.
'/css/footer.css'
,
array
(
'type'
=>
'file'
,
'group'
=>
CSS_THEME
,
'every_page'
=>
true
));
/**
* Add JavaScript file, setting, or inline code to the page.
*
...
...
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