Skip to content

Commit

Permalink
minor changes to bootstrap.php in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
gruzilla committed Dec 8, 2010
1 parent e7426ff commit 1284581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/example/bootstrap.php
@@ -1,8 +1,8 @@
<?php
<?php
/**
* @category Instagram
* @package Instagram
* @copyright Copyright (c) 2010-2011 Matthias Steinbšck <matthias@abendstille.at>
* @copyright Copyright (c) 2010-2011 Matthias Steinböck <matthias@abendstille.at>
* @license New BSD License (enclosed file docs/LICENSE)
*
* bootstraping file, puts zend framework in the include path and registers Instagram
Expand All @@ -25,7 +25,7 @@

// ensure, zendfw and missredak can be found
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH.'/../../zendfw/library'),
realpath(APPLICATION_PATH.'/../zendfw/library'),
get_include_path(),
)));

Expand Down
3 changes: 2 additions & 1 deletion docs/example/example.php
@@ -1,4 +1,4 @@
<?php
<?php
/**
* This example uses the instagram api for displaying your and other users feed.
* you can pass the user-primary-key via the GET-parameter "user".
Expand All @@ -18,6 +18,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Instagram PHP-Library</title>
<style type="text/css">
body {
Expand Down

0 comments on commit 1284581

Please sign in to comment.