Advertisement
Guest User

index.php

a guest
Jul 22nd, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. <?php
  2. /**
  3. * PageLines
  4. *
  5. * PageLines is a drag-and-drop platform for professional websites based on
  6. * WordPress and HTML5. It will help you do amazing things with your site,
  7. * faster & easier than ever before.
  8. *
  9. * Designed and developed by PageLines in San Francisco, California.
  10. *
  11. * Twitter @pagelines
  12. *
  13. * @package PageLines Framework
  14. * @since 1.0
  15. *
  16. * @link http://www.pagelines.com/
  17. * @link http://www.pagelines.com/tour
  18. *
  19. * @internal Tested up to WordPress version 3.3.1
  20. *
  21. * @version 2.1.1
  22. * @author PageLines
  23. * @copyright Copyright (c) 2012, PageLines http://www.pagelines.com/
  24. *
  25. * This program is free software; you can redistribute it and/or modify it under
  26. * the terms of the GNU General Public License version 2, as published by the
  27. * Free Software Foundation.
  28. *
  29. * You may NOT assume that you can use any other version of the GPL.
  30. *
  31. * This program is distributed in the hope that it will be useful, but WITHOUT
  32. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  33. * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
  34. *
  35. * You should have received a copy of the GNU General Public License along with
  36. * this program; if not, write to:
  37. *
  38. * Free Software Foundation, Inc.
  39. * 51 Franklin St, Fifth Floor
  40. * Boston, MA 02110-1301 USA
  41. *
  42. * The license for this software can also likely be found here:
  43. * http://www.gnu.org/licenses/gpl-2.0.html
  44. *
  45. * @internal Project To-do List ...
  46. * @todo Update inline documentation
  47. * @todo Define dates of releases; add to changelog?
  48. */
  49.  
  50. setup_pagelines_template();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement