Skip to content

Commit

Permalink
Updating docs for v2.4.2
Browse files Browse the repository at this point in the history
Added a note to remind the user that they can set a value for the desired ColorBox theme.

Other miscellaneous updates.
  • Loading branch information
PHLAK committed Oct 22, 2012
1 parent 314faa9 commit b722793
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -60,21 +60,23 @@ to your liking.
<?php include_once('path/to/resources/UberGallery.php'); $gallery = UberGallery::init()->createGallery('path/to/images-folder'); ?>
```

4. Include the UberGallery and desired Colorbox style sheet in your page header:
4. Include the UberGallery and desired ColorBox style sheet in your page header:

```html
<link rel="stylesheet" type="text/css" href="path/to/resources/UberGallery.css" />
<link rel="stylesheet" type="text/css" href="path/to/resources/colorbox/{1-5}/colorbox.css" />
<link rel="stylesheet" type="text/css" href="path/to/resources/colorbox/1/colorbox.css" />
```

5. Include the jQuery and Colorbox javascript files in your page header:
**NOTE:** You can replace the `1` with a value between 1 and 5 for different ColorBox themes.

5. Include the jQuery and ColorBox javascript files in your page header:

```html
<script type="text/javascript" src="://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script type="text/javascript" src="path/to/resources/colorbox/jquery.colorbox.js"></script>
```

6. Include the Colorbox jquery call in your header:
6. Include the ColorBox jquery call in your header:

```html
<script type="text/javascript">
Expand Down Expand Up @@ -171,7 +173,7 @@ If you continue to have issues, please email me at: <Chris@ChrisKankiewicz.com>
News & Updates
--------------
UberGallery updates and news can be found on our [blog](http://news.ubergallery.net/) or by
[following us on Twitter](http://twitter.com/ubergallery).
following [@UberGallery](http://twitter.com/ubergallery) on Twitter.

Please report bugs to the [Github issue tracker](http://github.com/UberGallery/ubergallery/issues).

Expand Down

0 comments on commit b722793

Please sign in to comment.