Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

0.7.8 Browse the docs button display pages without the css style #1317

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from

Conversation

colonelo
Copy link

@colonelo colonelo commented Oct 29, 2019

After click on button Browse the docs
/bonfire-bootstrap3/public/index.php/docs/developer/
Browse the docs button display pages without the css style with error in cocole because not loadin boostrap path

We must change content in the file Bonfire-bootstrap3\public\themes\docs\index.php
from
link href="/components/bootstrap-default/css/bootstrap.css" rel="stylesheet"
to
link href=php echo base_url(); components/bootstrap-default/css/bootstrap.css" rel="stylesheet"
and style for documentation is working.

Matej

nkondrashov and others added 30 commits January 29, 2015 15:05
Fixes and Translate Code Builder to Russian
Revert "Fixes and Translate Code Builder to Russian"
Also improved syntax highlighting for SQL in the Queries tab of the
profiler.
plus changelog/upgrade entries for previous changeset(s)
Fix provided by forum user jason1:
http://forums.cibonfire.com/discussion/2884/cannot-find-bonfire-
application-and-file-permission-problems#Comment_4501
Forum user pslorick reported that functions defined in MY_*_helper could
not override those defined in BF_*_helper:
http://forums.cibonfire.com/discussion/2911/can-i-override-bf-form-helper
Changed instances of `$user->$field['name']` to
`$user->{$field['name']}`
…ilder

Fix #1154 [Module Builder] Changed controller name string case
0.7.7 documentation updates
see the [CI 3.0.3 upgrade
notes](https://www.codeigniter.com/user_guide/installation/upgrade_303.html)
or the [CI 2.2.6 upgrade
notes](http://www.codeigniter.com/userguide2/installation/upgrade_226.html)

Be sure to set the base_url config value on your site before/during the
upgrade of CI to either of these versions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants