Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
themes-misc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Noblogs
themes-misc
3430f603f07f169bd18fba784d50f745b3d221b5
themes-misc
uchilla1.0
functions.php
Find file
Normal view
Permalink
functions.php
80 B
Newer
Older
import themes from noblogs-wp upstream branch (patches are not included)
lucha
committed
4 years ago
1
2
3
4
5
<?php
if
(
function_exists
(
'register_sidebar'
)
){
register_sidebar
();
}
?>