Witam wszystkich, znalazłem sobie taki skrypt http://www.hotscripts.com/listing/pagemap-imagewall/ i chcę go dodać do własnej strony. Autor radzi
Cytat
EMBEDDING
=========
If you want to include the script (index.php) in a custom PHP file set Config Tag
[Embedded Script'] to "on" and use $set['script name'] in your script to define
the path to the Pagemap ImageWall script. You can optional define a root path for
config file and default images dir with $set['script dir']. Also you should set
[jQuery Path] to empty (this will disable the internal script) and include the
framework in your HTML head.

Umieściłem skrypt w folderze imagewall a w config.txt zmieniłem
Cytat
[Embedded Script: on]
[jQuery Path: ]

W index.php mam
  1. <title>Home</title>
  2. <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
  3. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  4.  
  5. <p>Test page</p>
  6. <?php include ("imagewall/index.php");?>
  7.  
  8. </body></html>
i dalej nie wiem co zrobić z tymi $set['script name'] / $set['script dir']. Gdzie i jak je umieścić?