Changeset 17019 for extensions/Wall
- Timestamp:
- Jul 25, 2012, 7:02:13 PM (12 years ago)
- Location:
- extensions/Wall
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Wall/index.php
r16971 r17019 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 // +-----------------------------------------------------------------------+ 7 // | file : $Id: index.php 1912 2007-03-16 06:30:07Z rub $ 8 // | last update : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $ 9 // | last modifier : $Author: rub $ 10 // | revision : $Revision: 1912 $ 11 // +-----------------------------------------------------------------------+ 12 // | This program is free software; you can redistribute it and/or modify | 13 // | it under the terms of the GNU General Public License as published by | 14 // | the Free Software Foundation | 15 // | | 16 // | This program is distributed in the hope that it will be useful, but | 17 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 19 // | General Public License for more details. | 20 // | | 21 // | You should have received a copy of the GNU General Public License | 22 // | along with this program; if not, write to the Free Software | 23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 24 // | USA. | 3 25 // +-----------------------------------------------------------------------+ 4 26 5 // | PhpWebGallery - a PHP based picture gallery |6 7 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |8 9 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |10 11 // +-----------------------------------------------------------------------+12 13 // | file : $Id: index.php 1912 2007-03-16 06:30:07Z rub $14 15 // | last update : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $16 17 // | last modifier : $Author: rub $18 19 // | revision : $Revision: 1912 $20 21 // +-----------------------------------------------------------------------+22 23 // | This program is free software; you can redistribute it and/or modify |24 25 // | it under the terms of the GNU General Public License as published by |26 27 // | the Free Software Foundation |28 29 // | |30 31 // | This program is distributed in the hope that it will be useful, but |32 33 // | WITHOUT ANY WARRANTY; without even the implied warranty of |34 35 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |36 37 // | General Public License for more details. |38 39 // | |40 41 // | You should have received a copy of the GNU General Public License |42 43 // | along with this program; if not, write to the Free Software |44 45 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |46 47 // | USA. |48 49 // +-----------------------------------------------------------------------+50 51 52 53 27 // Recursive call 54 55 28 $url = '../'; 56 57 29 header( 'Request-URI: '.$url ); 58 59 30 header( 'Content-Location: '.$url ); 60 61 31 header( 'Location: '.$url ); 62 63 32 exit(); 64 65 33 ?> 66 -
extensions/Wall/pem_metadata.txt
r16972 r17019 1 1 File automatically created from SVN repository. 2 2 3 URL: http://piwigo.org/svn/extensions/ Wall4 Revision: 1 27133 URL: http://piwigo.org/svn/extensions/flop_mauve/current 4 Revision: 10034 -
extensions/Wall/theme.css
r16971 r17019 1 /* ----------------------------------------------------------------------------- 2 Wall 3 Theme for Piwigo 4 ------------------------------------------------------------------------------ 5 file: Wall/theme.css 6 file version: 0.1 7 date: 2011-05-27 8 ------------------------------------------------------------------------------ 9 author: Sixpo 10 << May the Little SpaceFrog be with you >> 11 ----------------------------------------------------------------------------- */ 1 /*catégories*/ 2 3 4 BODY#theCategoryPage .thumbnailCategories { 5 padding-left:auto; 6 padding-right:auto; 7 list-style: none outside none; 8 text-align: center; 9 background:none; 10 } 11 BODY#theCategoryPage .thumbnailCategories li { 12 width: auto; 13 float: none; 14 display:inline-block; 15 text-align:center; 16 margin-left:10px; 17 18 } 19 BODY#theCategoryPage div.thumbnailCategory div.illustration { 20 width:auto; 21 height:auto; 22 /*height:135px;*/ 23 text-align:center; 24 overflow: inherit; 25 float:none; 26 margin: 0; 27 padding: 0; 28 29 } 30 BODY#theCategoryPage div.thumbnailCategory div.description { /*fond de description cathegotire et photos*/ 31 position:relative; 32 width:300px; 33 height:auto; 34 text-align:center; 35 overflow:inherit; 36 margin-left:35%; 37 margin-top:-100px; 38 font-size:14px /*taille police titre cathegorie*/ 39 } 40 41 42 BODY#theCategoryPage div.thumbnailCategory div.description IMG { /*logo pour signaler nouvaute dans la cathegorie*/ 43 float:center; 44 45 } 46 47 BODY#theCategoryPage div.thumbnailCategory div.description p { 48 float:center; 49 width:87%; 50 height:120px; 51 text-align: center; 52 margin-top:-120px; 53 margin-left:15px; 54 font-size:12px; 55 padding:10px; 56 57 58 59 } 60 61 62 63 BODY#theCategoryPage div.thumbnailCategory div.description div.text p.Nb_images{ /*nombres de photos*/ 64 width:160px; 65 height:5px; 66 text-align: left; 67 margin-top:75px; 68 margin-left:-155px; 69 font-size:10px; 70 71 } 72 BODY#theCategoryPage div.thumbnailCategory { 73 display: inline-block; 74 margin: 5px auto; 75 padding:5px; 76 vertical-align: middle; 77 width:450px; 78 height:135px; 79 text-align: center; 80 background-image:url(images/mur1.jpg); 81 box-shadow: 8px 8px 12px #000000; 82 -webkit-box-shadow: 8px 8px 12px #000000; 83 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 84 border: ridge 1px; 85 border-radius:1em; 86 border-color:#3f3f3f; 87 } 88 BODY#theCategoryPage div.thumbnailCategory * { 89 vertical-align: middle; 90 } 91 BODY#theCategoryPage div.thumbnailCategory div.illustration img { /*taille et forme photo cathegorie*/ 92 width:160px; 93 height: 96px; 94 margin-left: -225px; 95 margin-top:10px; 96 box-shadow: 8px 8px 12px #000000; 97 -webkit-box-shadow: 8px 8px 12px #000000; 98 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 99 border: ridge 1px; 100 border-radius:1em; 101 border-color:#3f3f3f; 102 } 103 104 105 BODY#theCategoryPage div.thumbnailCategory div.description h3 { 106 text-align:center; 107 } 108 #la_description { 109 display:none; 110 } 12 111 /* text color */ 13 BODY, H1, H3, DT, 14 INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 15 color:#FFFFFF;/*couleur du texte*/ 16 } 17 18 #content { 19 text-align:justify; 20 } 21 112 BODY, H1, H3, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 113 color:#e0e0e0; 114 } 22 115 H2, #menubar DT, .throw { 23 background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede; */ 24 } 25 26 .infoTable, .infoTable2 { 27 background-color: none; 28 background-image: none; 29 -moz-border-radius:10px; 30 -webkit-border-radius:10px; 31 border-radius:10px; 32 } 33 34 #theImage p { 35 background-color: none; 36 background-image: none; 37 margin:auto; 38 width:40%; 39 } 40 41 #theImage p, .thumbnails SPAN.thumbLegend { 42 background-color: none; 43 background-image: none; 44 -moz-border-radius:10px; 45 -webkit-border-radius:10px; 46 border-radius:10px; 47 margin-top: 10px; 48 } 49 50 51 #content .additional_info { 52 background-color: grey; 53 background-image: url(Images/mur1.jpg); 54 background-color:#404040; 55 -moz-border-radius:10px; 56 -webkit-border-radius:10px; 57 border-radius:10px; 58 } 59 116 color: #ffffff; 117 } 60 118 #content .navigationBar { 61 color: #aaaaaa; 62 padding:0px;margin:0px; 63 display:block; 64 background-color:#303030; 65 font-size:90%; 66 } 67 119 color: #aaaaaa; 120 } 68 121 #content .pageNumberSelected { 69 color: #000000; 70 } 71 72 73 .tabsheet li, 74 .tabsheet li a { 75 color: #fff#48e; 76 } 77 .tabsheet li a:hover { 78 color: #fff48e; 79 } 80 122 color: #000000; 123 } 124 .tabsheet li, .tabsheet li a { 125 color: #fff; 126 } 127 .tabsheet li a:hover { 128 color: #fff48e; 129 } 81 130 /* backgrounds */ 82 131 BODY { 83 background-image:url(Images/mur.jpg); 84 } 85 86 H3, #the_page, #imageToolBar A:hover, .row1 { 87 background: transparent; 88 } 89 132 background-image: url(images/mur.jpg); 133 } 134 BODY#theCategoryPage #the_page { 135 background:transparent; 136 background-repeat: repeat; 137 background-attachment: fixed; 138 border: none; 139 } 140 BODY#thePicturePage #theHeader { 141 background:transparent; 142 } 143 H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { 144 background:transparent; 145 } 90 146 #menubar DL, #content, #imageToolBar, .header_notes, .content { 91 background: transparent; 92 } 93 94 H2, #menubar DT, .throw, #imageHeaderBar { 95 background-color: #303030; /*background-image: url(images/tableh1_bg.png);*/ 96 } 97 98 99 147 background: transparent; 148 } 149 H2, #menubar DT, .throw { 150 background-image: url(images/tableh1_bg.png); 151 } 100 152 #imageHeaderBar H2 { 101 background-image: url(Images/mur6.jpg);102 border: none;103 } 104 105 106 107 108 109 } 153 background-image: none; 154 background-color: transparent; 155 border: none; 156 } 157 #imageHeaderBar { 158 background-image: url(images/tableh2_bg.png); 159 background-repeat: repeat-x; 160 background-position: center; 161 } 110 162 .tabsheet li { 111 background-color: #3f3f3f; 112 } 113 163 background-color: #3f3f3f; 164 } 114 165 .selected_tab { 115 background-color: #5f5f5f !important; 116 } 117 166 background-color: #5f5f5f !important; 167 } 118 168 /* borders */ 119 169 #menubar DL, #content, .content,#comments DIV.comment BLOCKQUOTE { 120 170 border: none; 121 171 } 122 123 172 #imageHeaderBar { 124 b order-top: 5px solid #000000;125 b ackground-image: url(Images/mur6.jpg);126 - moz-border-radius:10px;127 - webkit-border-radius:10px;128 border-radius:1 0px173 background-image: url(images/mur1.jpg); 174 box-shadow: 8px 8px 12px #000000; 175 -webkit-box-shadow: 8px 8px 12px #000000; 176 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 177 border-radius:1em; 129 178 } 130 179 … … 132 181 margin-bottom:-1px; 133 182 border:1px solid #303030; 134 background-image: url(Images/mur1.jpg);183 background-image:url(images/mur1.jpg); 135 184 } 136 185 … … 144 193 margin-bottom: 10px; 145 194 } 146 147 148 149 FIELDSET, INPUT , SELECT, TEXTAREA, 150 #content DIV.comment A.illustration IMG, #infos { 151 border: 1px solid gray; 152 } 153 154 #content DIV.thumbnailCategory { 155 border: none;border: 4px #808080 outset ; 156 background-image:url(Images/mur1.jpg); 157 } 158 159 FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled{color:#404040; background-color:#808080;} 160 195 } 196 #content UL.thumbnail IMG { 197 border: 1px solid #a0a0a0; 198 } 199 FIELDSET, INPUT, SELECT, TEXTAREA, #content DIV.comment A.illustration IMG, #infos, #content DIV.thumbnailCategory { 200 border: 1px solid #303030;; /*bordure de photos */ 201 } 161 202 #comments DIV.comment BLOCKQUOTE { 162 border-left: 15px solid #696969; 163 background-color: #404040; 164 } 165 166 .thumbnails .wrap1 { /*disposition des vinettes de cathegrie*/ 167 display: inline-block; 168 margin: 0 10px 5px; 169 text-align: center; 170 vertical-align: top; 171 } 172 173 174 #content UL.thumbnails SPAN.wrap2{ 175 border: none; /* thumbnails border color and style */ 176 -moz-border-radius: 8px; /* round corners with Geko */ 177 border-radius: 8px 8px;/* round corners with CSS3 compliant browsers */ 178 background-image:url(Images/mur3.jpg); 179 width :140px; 180 height : 140px; 181 margin-top:15px; 182 } 183 184 185 186 187 #content UL.thumbnails .wrap2 a{ 188 width :142px; 189 height : auto; 190 margin:auto; 191 192 } 193 194 #content UL.thumbnails LI SPAN.wrap1 SPAN.wrap2:hover { 195 border-color: none; /* thumbnails border color when mouse cursor is over it */ 196 background-image:url(Images/mur5.jpg); 197 } 198 203 border-left: 2px solid #696969; 204 } 205 206 #content UL.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL { /*taille miniatures album*/ 207 width: 190px; 208 margin-left:30px; 209 } 210 211 212 #content UL.thumbnails SPAN.wrap2 { 213 background-image:url(images/mur3.jpg); 214 border: 1px solid #aaaaaa; /* thumbnails border color and style */ 215 -moz-border-radius: 10px; /* round corners with Geko */ 216 border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ 217 } 218 #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover{ 219 border-color: none; /* thumbnails border color when mouse cursor is over it */ 220 background-image:url(images/mur7.jpg); 221 -moz-border-radius: 10px; /* round corners with Geko */ 222 border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ 223 } 224 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A{ 225 color: #6D071A; /*couleur lien cathegorie selactiopnner*/ 226 } 227 #content UL.thumbnailCategories DIV.thumbnailCategory:hover { 228 color: #6D071A; /*couleur texte cathegorie selectionner*/ 229 } 199 230 200 231 ul.tabsheet { 201 202 203 .tabsheet li { 204 border: 1px solid #fff48e;232 border-color: #fff48e; 233 } 234 .tabsheet li { 235 border: 1px solid #fff; 205 236 } 206 237 .tabsheet li:hover { 207 border-color: #fff48e !important; 208 } 209 238 border-color: #fff48e !important; 239 } 210 240 /* links */ 211 241 A, INPUT.rateButton { 212 color: #FFFFFF;/*texte lien menu pas selectionner*/ 213 background: transparent;border: none; 214 } 215 242 color: #FFFFFF; 243 } 216 244 A:hover { 217 color: #CC6600; /*texte lien menu selectionner*/245 color: #CC6600; /*texte lien menu selectionner*/ 218 246 border: none; 219 247 } 220 221 #imageToolBar A, #imageToolBar A:hover, 222 A.navThumb, A.navThumb:hover { 223 border-bottom: none; 224 } 225 226 248 #imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { 249 color: #CC6600; /*texte lien cathegorie selectionner*/ 250 border-bottom: none; 251 } 252 #theHeader A { 253 text-decoration: none; 254 margin: 0px; 255 padding: 0px; 256 } 227 257 /* others */ 228 #menubar ul, #menubar form, #menubar p { 229 text-align:left; 230 } 231 232 #menubar ul { 233 margin-left:8px; 234 } 235 258 .thumbnailCategories blockquote UL LI { 259 list-style-position: outside; 260 list-style-type:circle; 261 background:red; 262 } 263 .thumbnailCategories blockquote OL LI { 264 list-style-position: outside; 265 list-style-type: decimal; 266 } 236 267 .pleaseNote { 237 background: #9c9c9c; 238 color: #ffff99; 239 padding: 1ex; 240 font-weight: bold; 241 } 242 243 #menubar .menuInfoCatByChild, #menubar .menuInfoCat { 244 font-size:80%; 245 font-style:normal; 246 position:relative; 247 top:-4px; 248 } 249 250 #imageHeaderBar { 251 background-image: none; 252 } 253 254 #the_page { /* border: 0px solid #e0e0e0; padding-top: 5px; padding-bottom:30px; */ 255 text-align:center;display:block; 256 } 257 258 #menubar p.totalImages { 259 text-align:right; 260 margin:2px; 261 font-size:80%; 262 } 263 268 background: #9c9c9c; 269 color: #ffff99; 270 padding: 1ex; 271 font-weight: bold; 272 } 273 #the_page { 274 border: none; /*page photos*/ 275 padding-top: 5px; 276 padding-bottom:30px; 277 display:block; 278 } 279 .pwg-icon { 280 background-image: url(../default/s26/outline_ffffff.png); 281 } 282 A:hover .pwg-icon { 283 background-image: url(../default/s26/outline_ffff80.png); 284 } 264 285 /*calendar elements*/ 265 286 SPAN.calItemEmpty { 266 color: silver; 267 } 268 269 SPAN.calItem, SPAN.calItemEmpty{ 270 border: 1px solid gray; 271 } 272 273 .virtual_cat { 274 background: #3f3f3f !important; 275 } 287 color: silver; 288 } 289 SPAN.calItem, SPAN.calItemEmpty { 290 border: 1px solid gray; 291 } 292 /* nice looking month calendar*/ 293 TD.calDayCellEmpty, TD.calDayCellFull { 294 border: 1px solid gray; 295 } 296 TD.calDayCellEmpty { 297 color: silver; 298 } 299 .calBackDate { 300 color: #000; 301 } 302 .calForeDate { 303 color: #fff; 304 } 305 .virtual_cat { 306 background: #3f3f3f !important; 307 } 276 308 .qsearch { 277 font-size: 80%; 278 font-style: normal; 279 309 font-size: 80%; 310 font-style: normal; 311 } 280 312 #mbMenu #quicksearch > p { 281 text-align: left; 282 } 283 284 285 /* button image in menu bar : no border */ 286 #menubar .button { 287 border: none; 288 margin:0px; 289 margin-top:-4px; 290 margin-bottom:-3px; 291 padding:0px; 292 } 293 #menubar dt { 294 text-align: left; 295 height:21px; 296 } 297 298 div.illustration img { 299 width :120px; 300 height : 76px; 301 margin-top:10px; 302 box-shadow: 8px 8px 12px #000000; 303 -webkit-box-shadow: 8px 8px 12px #000000; 304 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 305 border: ridge 1px; 306 border-radius:1em; 307 border-color:#3f3f3f; 308 } 309 310 .thumbLink { 311 border:2px #333333 solid; 312 } 313 314 .content ul.thumbnails img, #linkPrev img, #linkNext img { 315 border:1px #333333 solid; 316 cellpadding:25px; 317 } 318 319 #content UL.thumbnail IMG { 320 border: 1px solid #a0a0a0; 321 } 322 323 #imageToolBar a { 324 width:30px; 325 } 326 327 form#quickconnect fieldset { 328 border:1px #101010 solid; 329 } 330 331 .rateButtonStarFull { 332 background: url('icon/rating-stars.png') no-repeat scroll; 333 background-position:-16px center; 334 width:16px; 335 } 336 337 .rateButtonStarEmpty { 338 background: url('icon/rating-stars.png') no-repeat scroll; 339 background-position:0 center; 340 width:16px; 341 } 342 343 .header_notes { 344 background-image:url(icon/note.png); 345 } 346 347 348 .content h2 { 349 margin-bottom:0px; 350 } 351 352 .content ul.thumbnails { 353 border:1px solid #303030; 354 margin:0pt; 355 padding:8px; 356 } 357 358 .content div.titrePage { 359 padding:0px; 360 margin:0px; 361 min-height:32px; 362 display:block; 363 background-color:#303030; 364 } 365 366 .description { 367 text-align:left; 368 } 369 370 371 #linkPrev img, #linkNext img { 372 margin:0px; 373 margin-top:20px; 374 padding:0px; 375 } 376 #linkPrev img { 377 margin-left:10px; 378 } 379 #linkNext img { 380 margin-right:10px; 381 } 382 383 ul.categoryActions { 384 height:28px; 385 padding:2px; 386 } 387 388 #content .additional_info { 389 margin:20px 0px ; 390 padding:8px; 391 } 392 393 div.description div.text { 394 text-align:justify; 395 } 396 397 div.description div.text p { 398 padding-right:6px; 399 position:relative; 400 top:-6px; 401 } 402 403 div.description div.text p.Nb_images { 404 border-bottom:1px #303030 dotted;/*cares autour des miniatures*/ 405 font-style:italic; 406 font-size:85%; 407 text-align:right; 408 } 409 410 411 /* ----------------------------------------------------------------------------- 412 Calendar 413 ----------------------------------------------------------------------------- */ 414 .content div.calendarViews { 415 margin-top:-22px; 416 } 417 418 /* month calendar */ 419 .calBackDate { 420 color: #000; 421 padding-left:10px; 422 padding-top:7px; 423 } 424 .calForeDate { 425 color: #fff; 426 padding-left:11px; 427 padding-top:6px; 428 } 429 430 td.calDayCellFull, td.calDayCellEmpty, td.calDayCellBlank 431 { 432 font-size:18px; 433 font-weight:bold; 434 text-align:left; 435 vertical-align:top; 436 } 437 438 table.calMonth tbody td.calDayCellEmpty, table.calMonth tbody td.calDayCellBlank 439 { 440 width:84px; 441 height:97px; 442 } 443 444 table.calMonth tbody td.calDayCellFull 445 { 446 width:96px; 447 height:97px; 448 } 449 450 451 td.calDayCellEmpty { 452 padding-left:12px; 453 padding-top:7px; 454 color:#303030; 455 } 456 457 td.calDayCellEmpty, td.calDayCellFull { 458 border:1px solid #101010; 459 } 460 461 table.calMonth tbody td { 462 margin:8px; 463 } 464 465 table.calMonth tbody td div.calImg { 466 left:8px; 467 top:8px; 468 } 469 470 td.calDayHead { 471 font-size:14px; 472 padding-bottom:12px; 473 font-weight:normal; 474 } 475 476 /* lists */ 477 span.calItem, span.calItemEmpty { 478 display:inline-table; 479 margin:1px; 480 min-width:15px; 481 padding-left:2px; 482 padding-right:2px; 483 } 484 313 text-align: left; 314 } -
extensions/Wall/themeconf.inc.php
r16975 r17019 1 1 <?php 2 3 2 /* 4 3 Theme Name: Wall 5 4 Version: auto 6 Description: Wall5 Description: tableau accroché au mur 7 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=542 8 7 Author: Sixpo 9 8 Author URI: 10 9 */ 10 $themeconf = array( 11 'name' => 'Wall', 12 'parent' => 'default', 13 'icon_dir' => 'themes/default/icon', 14 'mime_icon_dir' => 'themes/default/icon/mimetypes/', 15 'local_head' => 'local_head.tpl', 16 ); 11 17 12 $themeconf = array( 13 'theme' => 'Wall', 14 'parent' => 'default', 15 'icon_dir' => 'themes/Wall/icon', 16 ); 18 $conf['level_separator'] = ' » '; 19 $conf['paginate_pages_around'] = 7; 20 $conf['show_picture_name_on_title'] = false; 21 $conf['show_thumbnail_caption'] = false; 17 22 18 23 ?> 19
Note: See TracChangeset
for help on using the changeset viewer.