robotstxt_admin_settings |
./robotstxt.module |
You can edit the robots.txt for your site under admin/settings/robotstxt |
|
1 |
robotstxt_help |
./robotstxt.module |
Implementation of hook_help(). |
|
|
robotstxt_install |
./robotstxt.install |
Implementation of hook_install(). |
|
|
robotstxt_menu |
./robotstxt.module |
Defines the robots.txt path as a callback. |
|
|
robotstxt_requirements |
./robotstxt.install |
Implementation of hook_requirements(). |
|
|
robotstxt_robots |
./robotstxt.module |
Show the robots.txt file. |
|
1 |
robotstxt_uninstall |
./robotstxt.install |
Implementation of hook_uninstall(). |
|
|
_robotstxt_get_content |
./robotstxt.module |
Retrieve contents of robots.txt from the database variable, site root, or
module directory. |
2 |
|