- Timestamp:
- 03/07/10 01:21:48 (6 months ago)
- Files:
-
- 1 modified
-
img/trunk/lib/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
img/trunk/lib/functions.php
r75 r77 256 256 <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> 257 257 <title><?php echo $title; ?></title> 258 <link rel="stylesheet" type="text/css" href="css/style.css" />259 258 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> 260 259 <script type="text/javascript"> … … 274 273 $('a[rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel 275 274 }); 276 </script> 275 </script> 276 <link rel="stylesheet" type="text/css" href="css/style.css" /> 277 277 <?php 278 278 }
